题目求解

P1000 超级玛丽游戏

@[jzm110116](/user/754122) 输出倒数第二行
by __zhy__ @ 2023-11-21 22:45:50


**@zhenghaoyi这倒数第二行是哪个第二行,说清楚一点,谢谢。**
by jzm110116 @ 2023-11-21 22:55:49


@[jzm110116](/user/754122) zhenghaoyi是小学生,说话不清不楚的
by zhengpie @ 2023-11-22 22:12:43


@[jzm110116](/user/754122) 把代码发一下看看
by zhengpie @ 2023-11-22 22:14:04


已解决了,谢谢关心。
by jzm110116 @ 2023-11-25 09:21:19


@[zhengpie](/user/677078) ```cpp #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 imnotquerty @ 2023-12-09 14:28:31


@[zhengpie](/user/677078) 不是你什么意思,找骂是吧
by __zhy__ @ 2023-12-14 20:56:11


@[zhengpie](/user/677078) 搞得好像你不是xxs一样
by __zhy__ @ 2023-12-14 21:09:20


@[zhengpie](/user/677078) 有你这样诋毁别人的吗
by __zhy__ @ 2023-12-14 21:12:52


|