본문 바로가기
python-algorithm

백준 9316 Hello Judge

by 무적김두칠 2022. 3. 7.

1
2
3
n=int(input())
for i in range(1,n+1):
    print("Hello World, Judge %d!"%(i))
cs
반응형

댓글