题目求解

P1000 超级玛丽游戏

jzm110116 @ 2023-11-21 22:21:23

这题样例我复制粘贴过去,自己运行后没有问题,也没语法错误,但是答了之后,却是0分,不知道是为什么,求助大佬解答,谢谢。(作者是个新手,请多多关照)


by __zhy__ @ 2023-11-21 22:45:50

@jzm110116 输出倒数第二行


by jzm110116 @ 2023-11-21 22:55:49

@zhenghaoyi这倒数第二行是哪个第二行,说清楚一点,谢谢。


by zhengpie @ 2023-11-22 22:12:43

@jzm110116 zhenghaoyi是小学生,说话不清不楚的


by zhengpie @ 2023-11-22 22:14:04

@jzm110116 把代码发一下看看


by jzm110116 @ 2023-11-25 09:21:19

已解决了,谢谢关心。


by imnotquerty @ 2023-12-09 14:28:31

@zhengpie

#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 __zhy__ @ 2023-12-14 20:56:11

@zhengpie 不是你什么意思,找骂是吧


by __zhy__ @ 2023-12-14 21:09:20

@zhengpie 搞得好像你不是xxs一样


by __zhy__ @ 2023-12-14 21:12:52

@zhengpie 有你这样诋毁别人的吗


|