正确答案

P1000 超级玛丽游戏

nieweixiang @ 2024-03-22 21:59:12

正确答案:

#include<iostream>
#include<cstring>
#include<stack>
#include<cstdio>
#include<queue>
#include<cmath>
#include<iomanip>
using namespace std;
long long n,ans;
char a[1010][1010];
stack<long long> st;
queue<long long> q;
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;
}
/*
scanf("",&x);
printf("/n",&x);

int %d
long long %lld
float %f
double %lf
char %c
char数组 %s
*/

by kkksc82 @ 2024-03-22 22:08:32

@nieweixiang jbl


by fried_chicken @ 2024-03-22 22:11:49

建议紫衫


by bcbgszyzh @ 2024-03-24 11:32:45


by bcbgszyzh @ 2024-03-24 11:33:00

@nieweixiang


by BJ_BSGF_Lyc @ 2024-03-27 19:47:22

感觉不如PHP的直接复制香(doge


by bcbgszyzh @ 2024-03-28 20:14:21

@Leo_Lyc +1 再+1!


by Mr_Clock @ 2024-04-07 17:11:51

封号警告(滑稽)


by pi3141592 @ 2024-04-10 16:01:03

紫衫


by zjcqwq @ 2024-04-11 18:03:28

需要这么麻烦?

直接换成PHP语言,直接输结果不就行了?


by xingcode @ 2024-04-13 16:11:31

@nieweixiang 请紫衫


|