We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c78c commit 2f02481Copy full SHA for 2f02481
4A - Watermelon.py
@@ -0,0 +1,4 @@
1
+# user: Mousa-mahmood-hilal
2
+#Problem: codeforces 4A - Watermelon
3
+n=int(input())
4
+print('YES') if n%2==0 and n!=2 else print('NO')
0 commit comments