又是一个肉眼看不出来问题=(

P1000 超级玛丽游戏

@[hutongyu](/user/776306) 我的建议:使用 PHP 并直接把内容粘贴进去。PHP 会把没有标签的内容直接输出。
by SlaineTroyard @ 2022-12-19 14:43:26


@[Franz_Liszt](/user/450246) PHP?这位高手,小的不会用PHP······~~真是服了(说自己呢)~~
by ababbjxzt @ 2022-12-19 14:45:28


@[hutongyu](/user/776306) 直接粘进去。
by SlaineTroyard @ 2022-12-19 14:46:23


@[hutongyu](/user/776306) 建议写一个程序判断输出和样例是否相同
by Eznibuil @ 2022-12-19 14:49:55


@[hutongyu](/user/776306) https://www.luogu.com.cn/blog/CLCNTanya/solution-p1000
by tangrunxi @ 2022-12-19 14:50:42


马里奥脚下的砖前面没有空格
by WA_sir @ 2022-12-19 14:51:49


@[hutongyu](/user/776306) 每行字符的后面不要有空格 应该改成这样 ```cpp #include<iostream> using namespace std; int main() { cout<<" ********"<<endl; cout<<" ************"<<endl; cout<<" ####....#."<<endl; cout<<" #..###.....##...."<<endl; cout<<" ###.......###### ### ###"<<endl; cout<<" ........... #...# #...#"<<endl; cout<<" ##*####### #.#.# #.#.#"<<endl; cout<<" ####*******###### #.#.# #.#.#"<<endl; cout<<" ...#***.****.*###.... #...# #...#"<<endl; cout<<" ....**********##..... ### ###"<<endl; cout<<" ....**** *****...."<<endl; cout<<" #### ####"<<endl; cout<<" ###### ######"<<endl; cout<<"##############################################################"<<endl; cout<<"#...#......#.##...#......#.##...#......#.##------------------#"<<endl; cout<<"###########################################------------------#"<<endl; cout<<"#..#....#....##..#....#....##..#....#....#####################"<<endl; cout<<"########################################## #----------#"<<endl; cout<<"#.....#......##.....#......##.....#......# #----------#"<<endl; cout<<"########################################## #----------#"<<endl; cout<<"#.#..#....#..##.#..#....#..##.#..#....#..# #----------#"<<endl; cout<<"########################################## ############"<<endl; return 0; } ```
by lichenzhen @ 2022-12-19 14:52:09


@[hutongyu](/user/776306)
by WA_sir @ 2022-12-19 14:52:20


@[lichenzhen](/user/703225) 谢谢这位dalao的题解,万分感谢
by ababbjxzt @ 2022-12-19 14:56:31


@[tangrunxi](/user/231147) 谢谢
by ababbjxzt @ 2022-12-19 14:56:52


| 下一页