mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-24 02:48:48 +00:00
P1000 超级玛丽游戏
[Multi Language] C: R14715360 PHP: R22290364 Python3: R22290404
This commit is contained in:
parent
f80b071fd4
commit
a30ae101e2
29
problem/P1000/P1000.c
Normal file
29
problem/P1000/P1000.c
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
// R14715360
|
||||||
|
#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;
|
||||||
|
}
|
22
problem/P1000/P1000.php
Normal file
22
problem/P1000/P1000.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
********
|
||||||
|
************
|
||||||
|
####....#.
|
||||||
|
#..###.....##....
|
||||||
|
###.......###### ### ###
|
||||||
|
........... #...# #...#
|
||||||
|
##*####### #.#.# #.#.#
|
||||||
|
####*******###### #.#.# #.#.#
|
||||||
|
...#***.****.*###.... #...# #...#
|
||||||
|
....**********##..... ### ###
|
||||||
|
....**** *****....
|
||||||
|
#### ####
|
||||||
|
###### ######
|
||||||
|
##############################################################
|
||||||
|
#...#......#.##...#......#.##...#......#.##------------------#
|
||||||
|
###########################################------------------#
|
||||||
|
#..#....#....##..#....#....##..#....#....#####################
|
||||||
|
########################################## #----------#
|
||||||
|
#.....#......##.....#......##.....#......# #----------#
|
||||||
|
########################################## #----------#
|
||||||
|
#.#..#....#..##.#..#....#..##.#..#....#..# #----------#
|
||||||
|
########################################## ############
|
3
problem/P1000/P1000.py
Normal file
3
problem/P1000/P1000.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# R22290404
|
||||||
|
|
||||||
|
import zlib,base64;print(zlib.decompress(base64.b64decode('eJylUkEOwCAIu/sKk95Mxv+fN2AsE0S3xR42sRYqUqtHM5TJfsaBQQyQZ3jTGLp+JcqIjBUMSUMYy1Z6EB1J0hCOrhuywnoeXo4gF5U1I0nxJhc3rKSmH2vDd/Ny+nkMa6I3F7xmallrgvRh0K9L4DzLPLZQ9IY2CdekTKNjwK/qqdwK4J7TeZSa/wxtWKjc3W4VjdKdqt2tsIp2q3Y4AbV3oO4=')).decode());
|
Loading…
Reference in New Issue
Block a user