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
UVA 11172 - Relational Operator
Monday, January 22, 2018
Codeforces 4A Watermelon
Monday, January 22, 2018
UVA 12577 - Hajj-e-Akbar
Monday, January 22, 2018
বাংলা ভাষায় লেখা প্রোগ্রামিং এর সবচেয়ে বড় রিসোর্স কালেকশন
Saturday, September 08, 2018
Algorithm and programming Technique list (with relative links)
Saturday, September 08, 2018
Labels
100 sql problem
11
Binary Search
14
codechef
16
codeforces
581
Dynamic Programming
26
hackerrank
171
ICPC Live Archive
16
lightoj
60
math
146
Number Theory
72
uri
142
uva
209
Social Plugin
Buy Me A Coffee
0 Comments
If you have any doubts, Please let me know