Computer Science/백준 알고리즘
[백준] 11718번 그대로 출력하기
roytravel
2022. 6. 28. 23:50
while True:
try:
print (input())
except EOFError:
break