1 solutions

  • 1

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

    • 1

    Information

    ID
    4495
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    98
    Accepted
    61
    Uploaded By