3 solutions

  • -1
    @ 2024-7-17 19:05:23
    #include <bits/stdc++.h>
    using namespace std;
    int main ()
    {
        int w;
        cin>>w;
        if (w==0)
        {
            cout<<"YES";
        }
        else
        {
            cout<<"NO";
        }
        return 0;
    }
    
    

    Information

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