标签:int tps log gif 技术分享 isp 技术 www 难度
洛谷的第一个任务
超级玛丽游戏
题目:https://www.luogu.org/problem/show?pid=1000
难度:0
题解:其实并不难,就是麻烦点。
代码:
#include<cstdio> 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"); }
标签:int tps log gif 技术分享 isp 技术 www 难度
原文地址:http://www.cnblogs.com/huzhaoyang/p/7617652.html