#include<bits/stdc++.h> using namespace std; int main() { long long n; cin>>n; if(n<=5)cout<<"Local";else cout<<"Luogu"; }