5 solutions

  • 1
    @ 2024-5-19 15:22:52
    #include<bits/stdc++.h>
    using namespace std;  
    int main(){
        int n; 	
        cin>>n; 	
        int luogu=11+n\*3;
        int bendi=5\*n; 	
        if(luogu>bendi){
            cout<<"Local";
        }
        else{	
            cout<<"Luogu";
        }
        return 0; }
    

    Information

    ID
    410
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    4
    Tags
    (None)
    # Submissions
    113
    Accepted
    52
    Uploaded By