BQJ 백준/python
[Python/파이썬] 백준 3765번: Celebrity jeopardy
아류시
2024. 8. 2. 07:29
반응형
제출한 코드
try:
while True :
print(input())
except:
exit(0)
결과

후기
반응형