为什么我在DEV-C++上是ok的,提交却是0分?

P1000 超级玛丽游戏

#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<<"########################################## ############"<<endl; return 0; }
by JohnMa1900 @ 2019-05-15 15:33:01


用luogu在线ide试试
by changzhiyuan04 @ 2019-05-15 15:43:57


希望更丰富的展现?[使用Markdown](https://www.luogu.org/wiki/show?name=%E5%B8%AE%E5%8A%A9%EF%BC%9Amarkdown)
by qkm66666 @ 2019-05-15 16:09:09


用windows/linux的`diff`命令比较一下你的输出和std PS: ~~不要用H1标题向我们强调头文件的重要性~~
by 極·郭际泽 @ 2019-05-15 16:18:23


这个题你用printf试试
by cyyzzhangjiajun @ 2019-05-25 12:24:34


我也是这样的,结果错了
by 违规用户名g7(Gvd9l @ 2019-06-02 19:23:25


这个题你用printf试试
by THUHS_Finder @ 2019-07-27 15:39:36


我也是 复制粘贴的也没有用
by Crazzyer @ 2019-11-29 21:00:22


我也是这样的,结果错了
by ivan0112 @ 2021-06-05 17:09:09


|