提交时间:2020-07-29 09:32:54

运行 ID: 5288

#include <bits/stdc++.h> using namespace std; int main(){ cout<<'********' '************' '####....#.' '#..###.....##....' '###.......###### ### ### ### ###' '........... #...# #...# #...# #...#' '##*####### #.#.# #.#.# #.#.# #.#.#' '####*******###### #.#.# #.#.# #.#.# #.#.#' '...#***.****.*###.... #...# #...# #...# #...#' '....**********##..... ### ### ### ###' '....**** *****....' '#### ####' '###### ######' '############################################################## ##################################' '#...#......#.##...#......#.##...#......#.##------------------# #...#......#.##------------------#' '###########################################------------------# ###############------------------#' '#..#....#....##..#....#....##..#....#....##################### #..#....#....#####################' '########################################## #----------# ############## #----------#' '#.....#......##.....#......##.....#......# #----------# #.....#......# #----------#' '########################################## #----------# ############## #----------#' '#.#..#....#..##.#..#....#..##.#..#....#..# #----------# #.#..#....#..# #----------#' '########################################## ############ ############## ############' return 0; }