#include<bits/stdc++.h> using namespace std; int main(){ int c; cin>>c; if(c*3<=11){ cout<<"Local"<<endl; }

else if(c*3>11){ cout<<"Luogu"<<endl; }

return 0; }

0 comments

No comments so far...