initial commit
This commit is contained in:
parent
cf3e3d6299
commit
dd9a2c1e12
9
4A-Watermelon/4A.cpp
Normal file
9
4A-Watermelon/4A.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int w;
|
||||
cin>>w;
|
||||
if(w%2==0 && w>2) cout<<"YES"<<endl;
|
||||
else cout<<"NO"<<endl;
|
||||
}
|
Loading…
Reference in New Issue
Block a user