본문 바로가기
  • Let's study
PS/백준

[FreeBASIC] 백준 2377: Pottery

by 코딩고수이고파 2023. 3. 14.

문제

https://www.acmicpc.net/problem/2377

 

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.

www.acmicpc.net

 

코드

PRINT " _________"
PRINT " \_     _/"
PRINT "   \   /"
PRINT "    | |"
PRINT "   /   \"
PRINT "  /     \"
PRINT " |       |"
PRINT "/---------\"
PRINT "| \-/ \-/ |"
PRINT "\---------/"
PRINT " \_______/"

'PS > 백준' 카테고리의 다른 글

[C++] 백준 4158: CD  (0) 2023.04.11
[Visual Basic] 백준 14337: Helicopter  (0) 2023.03.15
[C++] 백준 2648: Gum Gum for Jay Jay  (0) 2023.03.13
[C++] 백준 1912: 연속합  (0) 2022.07.12
[C++] 백준 2109번: 순회강연  (0) 2021.11.01

댓글