python-algorithm
[백준] 11719
무적김두칠
2021. 1. 21. 10:36
1
2
3
4
|
while 1:
try:
print(input())
except EOFError: break
|
cs |
반응형