728x90
반응형
11718 그대로 출력하기와 해답이 같다.
while True:
try:
print(input())
except EOFError:
break
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 11721번 열 개씩 끊어 출력하기(python) (0) | 2020.02.16 |
---|---|
백준 알고리즘 11720번 숫자들의 합(python) (0) | 2020.02.16 |
백준 알고리즘 11718번 그대로 출력하기(python) (0) | 2020.02.16 |
백준 알고리즘 11656번 접미사 배열(python) (0) | 2020.02.16 |
백준 알고리즘 11654번 아스키 코드(python) (0) | 2020.02.16 |