提交时间:2020-07-29 09:22:21
运行 ID: 5286
#include <bits/stdc++.h> using namespace std; int main(){ cout<<"********" "************" "####....#." "#..###.....##...." "###.......###### ### ### ### ###" "........... #...# #...# #...# #...#" "##*####### #.#.# #.#.# #.#.# #.#.#" "####*******###### #.#.# #.#.# #.#.# #.#.#" "...#***.****.*###.... #...# #...# #...# #...#" "....**********##..... ### ### ### ###" "....**** *****...." "#### ####" "###### ######" "############################################################## ##################################" "#...#......#.##...#......#.##...#......#.##------------------# #...#......#.##------------------#" "###########################################------------------# ###############------------------#" "#..#....#....##..#....#....##..#....#....##################### #..#....#....#####################" "########################################## #----------# ############## #----------#" "#.....#......##.....#......##.....#......# #----------# #.....#......# #----------#" "########################################## #----------# ############## #----------#" "#.#..#....#..##.#..#....#..##.#..#....#..# #----------# #.#..#....#..# #----------#" "########################################## ############ ############## ############"; return 0; }