시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 128 MB33922097204766.396%

문제

3D printing is becoming more and more prominent in today’s society. Unfortunately, you don’t currently have access to a 3D printer. Instead, you can just print an item with your knowledge of coding! Print a clay pot.

출력

Output the pot exactly as shown in the example output. There are no blank lines before or after the output, and there are no trailing spaces on any of the lines.

예제 입력 1


						

예제 출력 1

 _________
 \_     _/
   \   /
    | |
   /   \
  /     \
 |       |
/---------\
| \-/ \-/ |
\---------/
 \_______/

노트

실제 대회에는 언어 제한이 없었다.

제출할 수 있는 언어

FreeBASIC