문제
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
풀이
저번에 풀이한 Livestock Count와 마찬가지로 제출 언어가 제한되어 있는데, 이번에 사용해야 하는 언어는 'FreeBASIC'이라는 언어입니다.
역슬래시를 출력하는데 역슬래시를 한번 더 입력할 필요가 없고, #include <stdio.h>처럼 전처리 또한 없다는 것이 이 언어의 특징인거 같습니다.
Print " _________"
Print " \_ _/"
Print " \ /"
Print " | |"
Print " / \"
Print " / \"
Print " | |"
Print "/---------\"
Print "| \-/ \-/ |"
Print "\---------/"
Print " \_______/"
sleep:end
'📊 알고리즘' 카테고리의 다른 글
[백준] 10189 - Hook (0) | 2022.12.23 |
---|---|
[백준] 2547 - 사탕 선생 고창영 (0) | 2022.12.23 |
[백준] 2372 - Livestock Count (0) | 2022.12.21 |
[백준] 9012 - 괄호 (0) | 2022.12.20 |
[백준] 10798 - 세로읽기 (0) | 2022.12.19 |
문제
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
풀이
저번에 풀이한 Livestock Count와 마찬가지로 제출 언어가 제한되어 있는데, 이번에 사용해야 하는 언어는 'FreeBASIC'이라는 언어입니다.
역슬래시를 출력하는데 역슬래시를 한번 더 입력할 필요가 없고, #include <stdio.h>처럼 전처리 또한 없다는 것이 이 언어의 특징인거 같습니다.
Print " _________"
Print " \_ _/"
Print " \ /"
Print " | |"
Print " / \"
Print " / \"
Print " | |"
Print "/---------\"
Print "| \-/ \-/ |"
Print "\---------/"
Print " \_______/"
sleep:end
'📊 알고리즘' 카테고리의 다른 글
[백준] 10189 - Hook (0) | 2022.12.23 |
---|---|
[백준] 2547 - 사탕 선생 고창영 (0) | 2022.12.23 |
[백준] 2372 - Livestock Count (0) | 2022.12.21 |
[백준] 9012 - 괄호 (0) | 2022.12.20 |
[백준] 10798 - 세로읽기 (0) | 2022.12.19 |