치춘짱베리굿나이스
[백준] 2377 본문
Pottery
문제
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.
풀이
PRINT " _________"
PRINT " \_ _/"
PRINT " \ /"
PRINT " | |"
PRINT " / \"
PRINT " / \"
PRINT " | |"
PRINT "/---------\"
PRINT "| \-/ \-/ |"
PRINT "\---------/"
PRINT " \_______/"
'기타공부 > 기타의 기타' 카테고리의 다른 글
[백준] 2372 (0) | 2023.07.05 |
---|---|
M1 맥에 가상환경 설치하기 (Ubuntu) + ssh 설정 (0) | 2022.07.19 |
VSCode 자주쓰는 단축키 정리 (0) | 2021.03.17 |
200810 Matlab csv -> RGB scatter graph (0) | 2021.02.09 |
200805 VSCode 자주쓰는 명령어 정리 (0) | 2021.02.09 |
Comments