- Hey! I am Sujan Mridha, given the solution of 4A Watermelon Solution in C.
- #include<stdio.h>
- int main()
- {
- int w;
if (w>=1 && w<=100)
{
if (w==2) printf("NO\n");
else if (w%2==0) printf("YES\n");
else printf("NO\n");
}
return 0;
- }
#include <stdio.h> int main () { char ch [ 106 ]; int i , j , ck = 1 ; scanf ( "%s" , ch ); ...
No comments:
Post a Comment