请问该程序为什么是错的?

P1000 超级玛丽游戏

金币都没了能对?
by wangjiayuan @ 2023-09-09 20:21:16


注意每行开头的空格
by Shen_Linwood @ 2023-09-09 20:22:20


希望更丰富的展现?使用md
by Emily_daimayuan @ 2023-09-09 20:24:44


希望更丰富的展现?使用 Markdown
by wzj0829 @ 2023-09-09 20:36:33


```cpp #include <bits/stdc++.h> 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 << "########################################## ############"; return 0; } ``` 就是可以直接复制题目里的,加换行 (避免打错)
by wzj0829 @ 2023-09-09 20:37:28


PHP了解一下
by WINDOWSareC @ 2023-09-10 17:39:56


希丰展?使MD。
by Meteorium @ 2023-09-10 20:47:23


```cpp #include<bits/stdc++.h> using namespace std; int main(){ cout<<" ********\n"; cout<<" ************\n"; cout<<" ####....#.\n"; cout<<" #..###.....##....\n"; cout<<" ###.......###### ### ###\n"; cout<<" ........... #...# #...#\n"; cout<<" ##*####### #.#.# #.#.#\n"; cout<<" ####*******###### #.#.# #.#.#\n"; cout<<" ...#***.****.*###.... #...# #...#\n"; cout<<" ....**********##..... ### ###\n"; cout<<" ....**** *****....\n"; cout<<" #### ####\n"; cout<<" ###### ######\n"; cout<<"##############################################################\n"; cout<<"#...#......#.##...#......#.##...#......#.##------------------#\n"; cout<<"###########################################------------------#\n"; cout<<"#..#....#....##..#....#....##..#....#....#####################\n"; cout<<"########################################## #----------#\n"; cout<<"#.....#......##.....#......##.....#......# #----------#\n"; cout<<"########################################## #----------#\n"; cout<<"#.#..#....#..##.#..#....#..##.#..#....#..# #----------#\n"; cout<<"########################################## ############"; return 0; } ```
by AGua_ @ 2023-09-13 12:27:27


@[AGua_](/user/716716) 一行一行复制下来的(悲
by AGua_ @ 2023-09-13 12:28:51


希望更丰富的展现?使用 Markdown、KaTeX。
by 050404a @ 2023-11-19 20:21:27


|