#include int main() { int N; scanf("%d", &N); while (N > 0) { N--; printf("Long"); } printf("\n"); fflush(stdout); return 0; }