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.04
TRX 0.32
JST 0.075
BTC 64115.74
ETH 1677.03
USDT 1.00
SBD 0.42