A. Арбуз

public
yeskendir.sultanov Apr 26, 2024 Never 95
Clone
1
w = int(input())
2
if w % 2 == 0 and w > 2:
3
print('YES')
4
else:
5
print('NO')