0分求救

P1000 超级玛丽游戏

cheche42 @ 2022-12-20 22:03:05

#include<iostream>
using namespace std;
int main(){
    cout<<
"               ********\n"
"              ************\n"
"              ####....#.\n"
"            #..###.....##....\n"
"            ###.......######              ###            ###\n"
"               ...........               #...#          #...#\n"
"              ##*#######                 #.#.#          #.#.#\n"
"           ####*******######             #.#.#          #.#.#\n"
"          ...#***.****.*###....          #...#          #...#\n"
"          ....**********##.....           ###            ###\n"
"          ....****    *****....\n"
"            ####        ####\n" 
"          ######        ######\n" 
" ##############################################################\n" 
" #...#......#.##...#......#.##...#......#.##------------------#\n"
" ###########################################------------------#\n" 
" #..#....#....##..#....#....##..#....#....#####################\n" 
" ##########################################    #----------#\n" 
" #.....#......##.....#......##.....#......#    #----------#\n" 
" ##########################################    #----------#\n" 
" #.#..#....#..##.#..#....#..##.#..#....#..#    #----------#\n" 
" ##########################################    ############\n"; 
}

by jomy @ 2022-12-20 22:08:20

@cheche42 你是不是最后换行了?


by tbdsh @ 2022-12-20 22:09:12

@jomy2013

不是这个问题,他空格少了


by cheche42 @ 2022-12-20 22:10:56

@jomy2013

不能换行吗?


by cheche42 @ 2022-12-20 22:12:00

@tianbiandeshenghuo11 是下面几行的空格少了吗


by tbdsh @ 2022-12-20 22:12:35

@cheche42

前几行的空格,建议重新复制


by tbdsh @ 2022-12-20 22:13:06

要学学基本的英文,不然评测结果都看不懂


by jomy @ 2022-12-20 22:16:22

@tianbiandeshenghuo11 只学评测结果的


by jomy @ 2022-12-20 22:19:23

地面看出来了,左脚左边11个#,他给打成了9个。


by CaIyUcAiYu @ 2022-12-20 22:24:30

怎么一个“<<”后面有那么多字符串???


by cheche42 @ 2022-12-20 22:26:05

@tianbiandeshenghuo11

重新复制后就过了,多谢大佬


| 下一页