#include using namespace std; using G=vector>; typedef long long ll; #define rep(i,l,r) for(int i=(l);i<(r);++i) int main(){ int n; cin>>n; string s=""; rep(i,0,n) s+="Long"; cout<