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

      

  • 相关阅读:
    libeXosip2(1-2) -- How-To initiate, modify or terminate calls.
    libeXosip2(1-1) -- How-To initialize libeXosip2.
    libeXosip2(1) -- Modules
    麦田的守望者背景与分析
    statfs函数说明
    c++ 14
    c++ 13
    URAL 2078~2089
    2018 Multi-University Training Contest 1
    Codeforces Round #502
  • 原文地址:https://www.cnblogs.com/xmcword/p/13720234.html
Copyright © 2011-2022 走看看