import std; void main() { int N; readf("%d\n", N); "Long".repeat(N).join.writeln; }