This problem was used in the following GFU competitions:
GFU 2024 D3 Q1
You have been accepted onto the hit cooking competition show Underground Kitchen, hosted by Ramsey Gordon, and you’re throwing a party because you are so excited. Mr. Gordon shows up at your party. You are awestruck at his presence, when he leaves you quickly sketch what he looked liked. That is when you realize that you either have a bad memory or you need to take more art classes. Write a program to display your sketch.
None
Output the image as shown below. (hint: the image is not rectangular, there are no trailing whitespaces at the end of each line)
Example Output to Screen
***
/*8*\
***
###*********###
###*********###
###*********###
###*********###
###*********###
###*********###
@@*********@@
*** ***
*** ***
*** ***
*** ***
*** ***
*** ***
Do not add trailing spaces (the first line should not be " *** ". An auto-grader would consider this incorrect because of the extra white space.)
Remember that certain characters must use the \ character to be displayed properly
\n = new line
\t = tab
\" = quotation mark (")
\\ = backslash symbol (\)