哪位大神帮忙看看,在OJ上代码是对的

P1000 超级玛丽游戏

有没有一种可能,没有后面那个平台和两个金币(请复制洛谷原题中的图片)
by I_am_jocker @ 2024-01-07 22:14:08


```cpp #include<iostream> #include<cstdio> 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; } `````` 没有后面那个平台和两个金币
by Shq_likes_AC @ 2024-01-08 12:08:05


```cpp #include<iostream> #include<cstdio> using namespace std; int main(){ freopen("P1000.in","r",stdin); string s; while(getline(cin,s)) { cout<<"cout<<\""<<s<<"\"<<endl;"<<endl; } } `````` 试试代码生成器
by Shq_likes_AC @ 2024-01-08 12:09:19


虎虎虎呵呵
by xingtengzhiqwerty @ 2024-01-14 11:26:57


格式不对
by CeceliaZXW @ 2024-01-15 18:44:17


|