5 solutions

  • 0
    @ 2025-7-3 9:41:57
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a;
        cin>>a;
        if(a==0) cout<<"YES";
        else cout<<"NO";
    }
    

    Information

    ID
    20
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    (None)
    # Submissions
    121
    Accepted
    77
    Uploaded By