Skip to content

Commit 2f02481

Browse files
Create 4A - Watermelon.py
1 parent a08c78c commit 2f02481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

4A - Watermelon.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)