帮我看一下,这输出有问题

P1000 超级玛丽游戏

__little__Cabbage__ @ 2024-01-24 10:34:27

#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 aqtwlwj123 @ 2024-03-04 19:31:51

字符超出限制了


by chaogaorui @ 2024-03-06 19:22:54

666666666666666666666666666666666666666666666666666


by xvjingxvan3 @ 2024-06-28 17:32:03

@littleCabbage__ 最后一行没有换行


by What_is_Solution @ 2024-07-10 22:51:31

你们有没有听说过可以用printf一行一行的输出?


上一页 |