A. Watermelon | CodeForces
Solution :
Develop by Samsus Salehin Sabbir
- #include <iostream>
- using namespace std;
- int main()
- {
- int w;
- cin >> w;
- if (w % 2 == 0 && w > 2)
- {
- cout << "YES" << endl;
- }
- else
- {
- cout << "NO" << endl;
- }
- return 0;
- }
***The Legend Manufacturer***
No comments