明明看着是没什么问题,为什还说我错,我都是复制粘贴的

P1000 超级玛丽游戏

percypercy @ 2024-07-30 09:41:02

#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 Crab_Tang @ 2024-07-30 09:43:12

@percypercy 再复制一遍。


by qiuhuiyao @ 2024-07-30 09:51:05

#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 quantum_MilkyWay @ 2024-07-30 09:53:12

建议使用PHP


by A_897MIDSAM @ 2024-07-30 11:28:15

金币的地方敲错了


by zxckhj114514 @ 2024-07-30 14:30:50

金币的地方再改改


by __LPC @ 2024-08-04 14:22:05

C++的话可以使用printf


by MAOMAO2015 @ 2024-08-05 08:06:03

第14行少了一个空格。


by sjh111 @ 2024-08-05 11:38:21

@percypercy

第14行少了一个空格


by Impressure @ 2024-08-08 11:37:37

@__LPC 不对吧


|