#include int main(){ int N; scanf("%d", &N); for (int _ = 0; _ < N; _++) { printf("Long"); } printf("\n"); }