- 龙凤苑中学A班5.15
洛谷团队系统
- @ 2024-5-15 17:39:30
#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...
#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; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.