-
Notifications
You must be signed in to change notification settings - Fork 0
/
P1000.cpp
31 lines (31 loc) · 1.52 KB
/
P1000.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include <bits/stdc++.h>
using namespace std;
int main()
{
puts(" ********");
puts(" ************");
puts(" ####....#.");
puts(" #..###.....##....");
puts(" ###.......###### ### ###");
puts(" ........... #...# #...#");
puts(" ##*####### #.#.# #.#.#");
puts(" ####*******###### #.#.# #.#.#");
puts(" ...#***.****.*###.... #...# #...#");
puts(" ....**********##..... ### ###");
puts(" ....**** *****....");
puts(" #### ####");
puts(" ###### ######");
puts("##############################################################");
puts("#...#......#.##...#......#.##...#......#.##------------------#");
puts("###########################################------------------#");
puts("#..#....#....##..#....#....##..#....#....#####################");
puts("########################################## #----------#");
puts("#.....#......##.....#......##.....#......# #----------#");
puts("########################################## #----------#");
puts("#.#..#....#..##.#..#....#..##.#..#....#..# #----------#");
puts("########################################## ############");
return 0;
}
//照抄std
//思维难度:极为简单
//编码难度:高