PasteCode
API
FAQ
ARCHIVE
Log in
Sign up
API
FAQ
ARCHIVE
A. Арбуз
public
yeskendir.sultanov
Apr 26, 2024
Never
95
Copy link
Share
Clone
Embed
IFrame
Python
A.py
5 lines (5 loc)
|
84 Bytes
Raw
Ask AI to explain
Copy to clipboard
Raw
Download
Print
1
w =
int
(
input
())
2
if
w %
2
==
0
and
w >
2
:
3
print
(
'YES'
)
4
else
:
5
print
(
'NO'
)