1 solutions

  • 0
    @ 2024-9-15 13:59:18
    #include<bits/stdc++.h>
    using namespace std;
    int n;
    int main(){
    	cin>>n;
    	if(n==1||n==3||n==5)cout<<"NO";
    	else cout<<"YES";
    	return /*164*/0;
    } 
    
    • 1

    Information

    ID
    6889
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    7
    Accepted
    4
    Uploaded By