← Back to List

32384번: 사랑은 고려대입니다 ↗

Solutions

Python 3
63 B | 63 chars
n = int(input())
print(" ".join(["LoveisKoreaUniversity"] * n))