← Back to List

17946번: 피자는 나눌 수록 커지잖아요 ↗

Solutions

Python 3
42 B | 42 chars
for i in range(int(input())):
    print(1)