1 solutions

  • 0
    @ 2026-1-21 11:15:41

    作弊方法:

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n;cin>>n;
        if(n==2)cout<<"YES";
        else cout<<"NO";
    }
    
    • 1

    Information

    ID
    1806
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    3
    Accepted
    2
    Uploaded By