求告

P1000 超级玛丽游戏

@[eee2010](/user/1063628) 其实是可以的
by Coffins @ 2023-08-13 08:47:10


@[hbc002](/user/755793) ?
by Coffins @ 2023-08-13 08:47:23


@[eee2010](/user/1063628) 可以
by Rick_h @ 2023-08-13 08:47:39


@[hbc002](/user/755793) 嘴放干净点
by Rick_h @ 2023-08-13 08:48:16


可是他不是AC
by eee2010 @ 2023-08-13 08:48:33


@[eee2010](/user/1063628)代码发一下
by 蟋蟀喵~~ @ 2023-08-13 08:49:08


@[eee2010](/user/1063628) 那就是挂了捏
by Coffins @ 2023-08-13 08:51:23


@[eee2010](/user/1063628) 您下次求助的时候最好贴上代码和WA记录,这样帮调的时候会方便一点。 我找到了您的WA记录,您将鼠标放在那个WA的图标上,有一行字 `Wrong Answer.wrong answer On line 6 column 16, read ., expected .` 意思是在第6行16列与输出数据不一致,您输出的是 `.`,应该是 `.`(虽然我还没看出来问题),您对着这个信息可以改一下
by Present_Coming_Time @ 2023-08-13 08:51:40


@[shenjingbing_](/user/760018) https://www.luogu.com.cn/record/120593090
by Present_Coming_Time @ 2023-08-13 08:52:00


```c #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-08-13 08:52:35


| 下一页