728x90
반응형

11718 그대로 출력하기와 해답이 같다.

while True:
    try:
        print(input())
    except EOFError:
        break

728x90
반응형

+ Recent posts