6 solutions

  • 0
    @ 2025-7-7 10:42:10

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

    Information

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