P1000

P1000 超级玛丽游戏

niuniuniu111 @ 2024-10-07 11:43:58

为什么我的是unaccepted???? 救救我救救我


by sdjjdjdjdjd @ 2024-10-07 11:47:15

就是说题目让你输出的是题目里那个场景


by zhanghuanwen @ 2024-10-07 11:47:27

@niuniuniu111 直接用PHP语言直接复制进来就好了。


by sdjjdjdjdjd @ 2024-10-07 11:48:11

人才啊


by niuniuniu111 @ 2024-10-07 11:48:11

#include<stdio.h>
int main()
{
   printf(

   "####################################################\n"
   "            $$          $$                ****      \n"
   "####################################################\n"
   "        $$                                          \n"
   "       *****        *****         $                 \n"
   "                                *****               \n"
   "####################################################\n");
}

by niuniuniu111 @ 2024-10-07 11:48:44

@sdjjdjdjdjd 谢谢谢谢


by sdjjdjdjdjd @ 2024-10-07 11:49:26

@niuniuniu111

#include<stdio.h>
int main() {
    printf(
    "                ********\n"
    "               ************\n"
    "               ####....#.\n"
    "             #..###.....##....\n"
    "             ###.......######              ###            ###\n"
    "                ...........               #...#          #...#\n"
    "               ##*#######                 #.#.#          #.#.#\n"
    "            ####*******######             #.#.#          #.#.#\n"
    "           ...#***.****.*###....          #...#          #...#\n"
    "           ....**********##.....           ###            ###\n"
    "           ....****    *****....\n"
    "             ####        ####\n"
    "           ######        ######\n"
    "##############################################################\n"
    "#...#......#.##...#......#.##...#......#.##------------------#\n"
    "###########################################------------------#\n"
    "#..#....#....##..#....#....##..#....#....#####################\n"
    "##########################################    #----------#\n"
    "#.....#......##.....#......##.....#......#    #----------#\n"
    "##########################################    #----------#\n"
    "#.#..#....#..##.#..#....#..##.#..#....#..#    #----------#\n"
    "##########################################    ############\n"
    );
    return 0;
}

by rain_wu @ 2024-10-07 11:52:21

人才,输入输出啊!!!没让你自己发挥啊!!!


by niuniuniu111 @ 2024-10-07 11:52:29

@sdjjdjdjdjd 懂了懂了谢谢


by niuniuniu111 @ 2024-10-07 11:52:55

@zhanghuanwen ok谢谢


by niuniuniu111 @ 2024-10-07 11:53:16

@sdjjdjdjdjd qwq


| 下一页