개발자 뺚
[BAEKJOON ONLINE JUDGE] 2393번 : Rook 본문
시간 제한 : 1 초
메모리 제한 : 128 MB
문제
You have just learned how to output text to the screen and your teacher has challenged you to create an ASCII art of a chess piece. You have decided to make your favorite piece, the rook.
출력
The rook art, exactly as shown below, with no extra blank spaces. In particular, a line must not end with a blank space.
print(" ___ ___ ___")
print(" | |__| |__| |")
print(" | |")
print(" \\_________/")
print(" \\_______/")
print(" | |")
print(" | |")
print(" | |")
print(" | |")
print(" |_____|")
print(" __/ \\__")
print(" / \\")
print("/_______________\\")
'Solution > Python' 카테고리의 다른 글
[BAEKJOON ONLINE JUDGE] 2420번 : 사파리월드 (1) | 2024.01.31 |
---|---|
[BAEKJOON ONLINE JUDGE] 3733번 : Shares (0) | 2024.01.29 |
[BAEKJOON ONLINE JUDGE] 2744번 : 대소문자 바꾸기 (0) | 2024.01.27 |
[BAEKJOON ONLINE JUDGE] 2338번 : 긴자리 계산 (1) | 2024.01.25 |
[BAEKJOON ONLINE JUDGE] 1003번 : 피보나치 함수 (1) | 2024.01.14 |