Codeforces 4A. Watermelon Solution

Codeforces 4A. Watermelon Solution
https://freecodecenter.com/codeforces-4a-watermelon-solution-in-c-c/
Solution in C
#include<stdio.h>
int main(){
int w;
scanf("%d",&w);
if(w%2==0 && w>3){
printf("YES\n");
}
else{
printf("NO\n");
}

return 0;

}
Solution in C++ click here: https://freecodecenter.com/codeforces-4a-watermelon-solution-in-c-c/

Coin Marketplace

STEEM 0.08
TRX 0.30
JST 0.037
BTC 103017.32
ETH 3417.86
USDT 1.00
SBD 0.54