※ 글쓴이는 취미로 코딩을 익혀보는 사람이라 정확하지 않은 내용을 담고 있을 수 있다 ※
이번에 볼 문제는 백준 2387번 문제인 Howl이다.
문제는 아래 링크를 확인하자.
https://www.acmicpc.net/problem/2387
2387번: Howl
On a full moon, one might be able to hear a wolf howl in the distance. You manage to come across a wolf howling at the moon, and you want to capture the beautiful image. Unfortunately, you left your camera at home, so you decide to just create the picture
www.acmicpc.net
제출언어 제한에 따라 Algol 68 언어로 문제를 해결해주자.
Algol 68 언어로 작성된 Hello, World! 출력 예제 등을 참고하면 문제를 편하게 해결할 수 있을 것이다.
아래는 제출한 소스코드이다.
printf(($gl$, " .")),
printf(($gl$, " / V\")),
printf(($gl$, " / ` /")),
printf(($gl$, " << |")),
printf(($gl$, " / |")),
printf(($gl$, " / |")),
printf(($gl$, " / |")),
printf(($gl$, " / \ \ /")),
printf(($gl$, " ( ) | |")),
printf(($gl$, " ________| _/_ | |")),
printf(($gl$, "<__________\______)\__)"))
728x90
'BOJ' 카테고리의 다른 글
[BOJ 2393 // Cobol] Rook (0) | 2022.12.19 |
---|---|
[BOJ 26532 // C++] Acres (0) | 2022.12.19 |
[BOJ 26574 // C++] Copier (0) | 2022.12.19 |
[BOJ 5300 // C++] Fill the Rowboats! (0) | 2022.12.19 |
[BOJ 26500 // C++] Absolutely (0) | 2022.12.19 |