[못 푼 문제] 백준 11718(출력)

장준서·2022년 2월 27일
0

알고리즘 문제

목록 보기
4/29

이런 경우 그냥 다음과 같이 하자

while True:
  try:
    print(input())
  except EOFError:
    break
profile
let's get ready to rumble

0개의 댓글