zoukankan      html  css  js  c++  java
  • P1000 超级玛丽游戏

    洛谷团队希望加入!

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

      

  • 相关阅读:
    QT5:类总结
    QT5:控件
    QT5:事件
    杂谈感想:致毛星云大佬
    QT5:3D
    QT5:其他问题
    QT5:文件
    iOS开发小技巧
    vs2010 学习Silverlight学习笔记(24):TransForm处理图片
    vs2010 学习Silverlight学习笔记(25):综合图片应用和《功夫之王》相册
  • 原文地址:https://www.cnblogs.com/xmcword/p/13720234.html
Copyright © 2011-2022 走看看