#include #include using namespace std; int main() { int n; string s="Long"; cin >> n; for (int i = 0; i < n; i++) { cout << s; } return 0; }