if let N = Int(readLine() ?? "") { for _ in 1...N { print("LoveisKoreaUniversity", terminator: " ") } }