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

      

  • 相关阅读:
    书_Delphi
    20160226
    SVG_style_script
    辅助
    电影_Z
    Windows下软件调试
    20160221
    Qt5.3.2_vs10_发布时所需DLL的路径
    android intent 传数据
    android 消息机制
  • 原文地址:https://www.cnblogs.com/xmcword/p/13720234.html
Copyright © 2011-2022 走看看