2 solutions

  • -1
    @ 2026-2-28 20:29:18
    using namespace std;
    int main(){
    	int x;
    	cin>>x;
    	if(x!=1&&x!=3&&x!=5)
    		cout<<"YES"<<endl;
    	else
    		cout<<"NO"<<endl;
    	return 0;
    }
    
    
    

    Information

    ID
    12006
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    43
    Accepted
    33
    Uploaded By