1 solutions

  • 0
    @ 2025-3-3 16:25:45

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
       int w,i;
       cin>>w;
       if(w % 2 == 0 && w != 2){
       	  cout<<"YES"<<endl;
       }else{
       	  cout<<"NO"<<endl;
       }
    }
    
    
    • 1

    Information

    ID
    10066
    Time
    1000ms
    Memory
    16MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By