29
4
This is a problem on Luogu OJ. I decided to post it here because on Luogu OJ, many people, including me and my friend, are interested about how to solve this problem within the fewest characters.
Your task is to output the following ASCII-art:
************
####....#.
#..###.....##....
###.......###### ### ###
........... #...# #...#
##*####### #.#.# #.#.#
####*******###### #.#.# #.#.#
...#***.****.*###.... #...# #...#
....**********##..... ### ###
....**** *****....
#### ####
###### ######
##############################################################
#...#......#.##...#......#.##...#......#.##------------------#
###########################################------------------#
#..#....#....##..#....#....##..#....#....#####################
########################################## #----------#
#.....#......##.....#......##.....#......# #----------#
########################################## #----------#
#.#..#....#..##.#..#....#..##.#..#....#..# #----------#
########################################## ############
This is code-golf, so shortest program wins.
7Is additional whitespace (for example to make a rectangle of characters) on the right hand side allowed? what about a trailing newline? – Level River St – 2019-09-12T19:29:39.867
@LevelRiverSt Sorry for late reply. Yes, the OJ automatically strips all trailing whitespace/tab/newline and all whitespace/tab on the right hand side. – HighlyRadioactive – 2019-09-14T05:56:21.127