1 条题解

  • 1
    @ 2025-7-29 15:22:24

    题目传送门 今天偷个懒不写分析 AC code

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

    AC记录

    信息

    ID
    41
    时间
    1000ms
    内存
    256MiB
    难度
    9
    标签
    (无)
    递交数
    12
    已通过
    6
    上传者