zoukankan      html  css  js  c++  java
  • 题解 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部の喪失の絆と期待、泊にあふれて?

  • 相关阅读:
    【leetcode】Climbing Stairs (easy)
    【leetcode】Best Time to Buy and Sell 3 (hard) 自己做出来了 但别人的更好
    【leetcode】Best Time to Buy and Sell 2(too easy)
    【leetcode】Best Time to Buy and Sell (easy)
    【leetcode】Single Number II (medium) ★ 自己没做出来....
    【leetcode】Single Number (Medium) ☆
    【leetcode】Valid Sudoku (easy)
    【leetcode】Two Sum (easy)
    Oracle-11-主键约束
    Codeforces444A_DZY Loves Physics
  • 原文地址:https://www.cnblogs.com/XSZCaesar/p/10549510.html
Copyright © 2011-2022 走看看