为啥会WA!

P1000 超级玛丽游戏

Harry2023 @ 2023-10-10 19:20:59

#include <math.h>
#include <stdio.h>
#include <iostream>
#include <string.h>
#include <algorithm>
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";
}

by OIerWu_829 @ 2023-10-10 19:22:55

。。。

复制粘贴都不会,怎么成为一名合格的程序猿!!!

编程语言 PHP 直接复制题目就行了


by OIerWu_829 @ 2023-10-10 19:23:34

你输出的第一行就不对


by Harry2023 @ 2023-10-10 19:24:04

@wzj0829 是复制输出的啊!


by OIerWu_829 @ 2023-10-10 19:24:06

@Harry2023


by OIerWu_829 @ 2023-10-10 19:24:52

你是不是第一行和第二行复制到一起了?


by Harry2023 @ 2023-10-10 19:25:29

@wzj0829 那个可以加上,是换行。 endl换上也不行


by Harry2023 @ 2023-10-10 19:26:42

@wzj0829 我在别的地方做的,复制过来的啊!


by skyblue3 @ 2023-10-10 19:27:13

第一行复制错了吧


by skyblue3 @ 2023-10-10 19:27:35

@Harry2023


by OIerWu_829 @ 2023-10-10 19:28:17

我知道 \n 是换行,

我的意思是你的第一二行和题目不一样。。。


| 下一页