为啥会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 skyblue3 @ 2023-10-10 19:28:26

嘿,完全复制错了

这俩不是一道题


by skyblue3 @ 2023-10-10 19:28:58

多复制了一堆


by OIerWu_829 @ 2023-10-10 19:29:11

额 6


by skyblue3 @ 2023-10-10 19:29:59

@Harry2023


by Harry2023 @ 2023-10-10 19:32:50

@skyblue3 好的,谢谢!


by zz0076 @ 2023-10-21 10:42:58

头文件可以这样 bits/stdc++.h


上一页 |