Advertisement
yeskendir_sultanov

Задача A

Apr 25th, 2024
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | Source Code | 0 0
  1. w = int(input())
  2. if w % 2 == 0 and w > 2:
  3.     print('YES')
  4. else:
  5.     print('NO')
  6.  
  7.  
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement