#include using std::cin; using std::cout; int main() { int n; cin >> n; while (n--) cout << "Long"; return 0; }