• 题解 P1000 【超级玛丽游戏】


    貌似标准水题,却有吐血历程

    说实话,此题根本不需要题解, but ,辣鸡的我看到题,蒙13了。

    洛谷原句:


    本题是洛谷的试机题目,可以帮助了解洛谷的使用。


    我承认,的确不难,弱弱的输出题,这种题还特意写题解,还不是大佬,无聊时可以写,辣鸡还写?不掂量掂量分量?

    但我是强迫症晚期。

    看一眼输出:


                ********
               ************
               ####....#.
             #..###.....##....
             ###.......######              ###            ###
                ...........               #...#          #...#
               ##*#######                 #.#.#          #.#.#
            ####*******######             #.#.#          #.#.#
           ...#***.****.*###....          #...#          #...#
           ....**********##.....           ###            ###
           ....****    *****....
             ####        ####
           ######        ######
    

    ##############################################################

    ...#......#.##...#......#.##...#......#.##------------------#

    ###########################################------------------#

    ..#....#....##..#....#....##..#....#....#####################

    ########################################## #----------#

    .....#......##.....#......##.....#......# #----------#

    ########################################## #----------#

    .#..#....#..##.#..#....#..##.#..#....#..# #----------#

    ########################################## ############


    强迫症晚期看到会上天台的。

    肿么办?

    找同学,观大佬操作。


    #include<bits/stdc++.h>
    
    using namespace std;
    
    int main()
    {
        printf(
        "                ********
    "
        "               ************
    "
        "               ####....#.
    "
        "             #..###.....##....
    "
        "             ###.......######              ###            ###
    "
        "                ...........               #...#          #...#
    "
        "               ##*#######                 #.#.#          #.#.#
    "
        "            ####*******######             #.#.#          #.#.#
    "
        "           ...#***.****.*###....          #...#          #...#
    "
        "           ....**********##.....           ###            ###
    "
        "           ....****    *****....
    "
        "             ####        ####
    "
        "           ######        ######
    "
        "##############################################################
    "
        "#...#......#.##...#......#.##...#......#.##------------------#
    "
        "###########################################------------------#
    "
        "#..#....#....##..#....#....##..#....#....#####################
    "
        "##########################################    #----------#
    "
        "#.....#......##.....#......##.....#......#    #----------#
    "
        "##########################################    #----------#
    "
        "#.#..#....#..##.#..#....#..##.#..#....#..#    #----------#
    "
        "##########################################    ############
    "
        );
    }
    

    ....................................

    好像跟同学绝交

    我觉得好像在迫害强迫症晚期且脑子不好的人

    还有这种操作?!?!?!

    其实,此题应该算作练习中的趣事。

    谢谢!


    谁蘸墨题流年,弄笔挥毫凉薄岁月里无尽的云烟?谁驾一叶心舟,沐风沥雨徜徉于梦幻般的昨天,将一份失落的牵绊与期待,泊去漾来?

    Who dips in the ink question for the year, makes the pen wield the inexhaustible clouds in the cool and thin years? Who is driving a heart boat, wandering in the dream of yesterday, a lost concern and expectation, mooring to ripple?

    誰が墨継ぎ題つかの間、やって筆揮毫薄情な歳月の中で無限の雲煙?誰が運転一葉舟沐风心、水気を雨に滑り、幻の昨日、1部の喪失の絆と期待、泊にあふれて?

  • 相关阅读:
    微信小程序HTTPS
    微信商城-1简介
    va_list
    Event log c++ sample.
    EVENT LOGGING
    Analyze Program Runtime Stack
    unknow table alarmtemp error when drop database (mysql)
    This application has request the Runtime to terminate it in an unusual way.
    How to check if Visual Studio 2005 SP1 is installed
    SetUnhandledExceptionFilter
  • 原文地址:https://www.cnblogs.com/XSZCaesar/p/10549510.html
Copyright © 2020-2023  润新知