建议不做

P1000 超级玛丽游戏

Mr_Clock @ 2024-03-27 20:48:10

难度不大,但侮辱性极高!


by mayike @ 2024-03-27 20:51:25

...


by ldblq @ 2024-03-27 20:52:25

@Bad_sans

dalao %%% 犀利的眼光


by Mr_Clock @ 2024-03-27 20:58:32

@ldblq 我搁在电脑前复制了半分钟,就做出来了 (耸肩)


by ZHB666include @ 2024-04-05 10:41:41

这题是有点那啥......麻烦


by Special_Tony @ 2024-04-05 19:11:01

@Bad_sans 侮辱性?why


by Mr_Clock @ 2024-04-07 16:45:40

@ZHB666include 复制:“Hi!”


by Mr_Clock @ 2024-04-07 16:47:00

@Special_Tony 我觉得话,这题目纯粹灌水,复制粘贴就过了


by Special_Tony @ 2024-04-07 19:19:18

@Mr_Clock 本题是洛谷的试机题目,可以帮助了解洛谷的使用。


by ZHB666include @ 2024-04-07 19:31:03

疯狂地ctrlC+ctrlV


by yuzhang_chen @ 2024-04-16 22:31:23

#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;
}

c++的,需要的复制


| 下一页