mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 06:38:48 +00:00
CF4A Watermelon
R38988487
This commit is contained in:
parent
bffdf49fac
commit
938465fff6
12
problem/CF4A/CF4A.cpp
Normal file
12
problem/CF4A/CF4A.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
// R38988487
|
||||
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
int x;
|
||||
cin >> x;
|
||||
cout << (x == 2 ? "NO" : (x % 2 ? "NO" : "YES")) << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user