Home
About
Contact
Privacy Policy
Programming Blog
Home
100 sql problem
UVA
Codeforces
LightOJ
Projects
Linux
Home
codeforces
Codeforces 4A Watermelon
Codeforces 4A Watermelon
codeforces
Zinnatul Islam Morol
Monday, January 22, 2018
A. Watermelon
4A Watermelon Solution in C++
#include<bits/stdc++.h>
using namespace std;
int main(){
int a, b, i;
scanf("%d",&a);
if(a%2==0 && a>2)
printf("Yes\n");
else
printf("No\n");
return 0;
}
Follow on Github
Post a Comment
0 Comments
Followers
Search This Blog
Popular Posts
Labels
100 sql problem
11
Binary Search
14
Dynamic Programming
26
ICPC Live Archive
16
Number Theory
72
codechef
16
codeforces
581
hackerrank
171
lightoj
60
math
146
uri
142
uva
209
Social Plugin
Buy Me A Coffee
0 Comments
If you have any doubts, Please let me know