본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 17946번 피자는 나눌 수록 커지잖아요

by 현장 2022. 7. 10.

-Code

for _ in range(int(input())):
    n = int(input())
    print(1)