P1000 超级玛丽游戏

https://www.luogu.com.cn/problem/P1000

这就很简单了代码:

#include <iostream>
#include <cstdlib>
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);
}

  

最新文章

  1. js function集合
  2. Web API接口设计经验总结
  3. opencv源码阅读之——iOS的两条接口UIImageToMat()和MatToUIImage()
  4. Games:取石子游戏(POJ 1067)
  5. Stream Processing for Everyone with SQL and Apache Flink
  6. Android自定义ImageView实现图片圆形 ,椭圆和矩形圆角显示
  7. linux sort 命令详解
  8. 使用maven在netbeans下构建wicket项目
  9. ThreadLocal模式探索
  10. Android Design Support Library: 学习CoordinatorLayout
  11. 浅谈管道模型(Pipeline)
  12. jquery第一期:运行第一个jquery
  13. Phalcon资源文件管理(Assets Management)
  14. 使用es6特性封装async-mysql
  15. .NET并行处理和并发1-Threads and Theading
  16. USACO08MAR Land Acquisition
  17. 微信小程序配置WSS协议
  18. hdu:2036.改革春风吹满地
  19. Es6的用法
  20. 【转载】IntelliJ IDEA 内存优化最佳实践

热门文章

  1. python爬虫-爬取豆瓣电影数据
  2. Java 的开发效率究竟比 C++ 高在哪里?
  3. type类型为number的input标签可以输入字母e
  4. 痞子衡嵌入式:导致串行NOR Flash在i.MXRT下无法正常下载/启动的常见因素之SFDP
  5. [源码解析] Flink的Slot究竟是什么?(2)
  6. 水仙花数的条件:1.是一个三位数,2.个百千位数字的3次方加起来的和等于当前的三位数。如果,想要完美一点可以在外部加while循环
  7. Oracle WITH 语句 语法
  8. yum wget rpm
  9. Vue 事件的高级使用方法
  10. 【新阁教育】基于EtherNet/IP实现欧姆龙NX系列PLC通信