#include<bits/stdc++.h>
using namespace std;
int main(){
cout << " ********
" ************
" ####....#.
" #..###.....##....
" ###.......###### " ### ###
" ........... " #...# #...#
" ##*####### " #.#.# #.#.#
" ####*******###### " #.#.# #.#.#
" ...#***.****.*###.... #...# #...#
....**********##..... " ### ###
" ....**** *****....
" ### ###
" ###### ######
"##############################################################
"#...#......#.##...#......#.##...#......#.##------------------#
"###########################################------------------#
"#..#....#....##..#....#....##..#....#....#####################
"########################################## #----------#
"#.....#......##.....#......##.....#......# #----------#
"########################################## #----------#
"#.#..#....#..##.#..#....#..##.#..#....#..# #----------#
"########################################## ############" << endl;
return 0;
}
谢谢回答的小哥哥~