
1
2
3
4
5
6
|
s=int(input())
ans=''
if (s%2)==0 : ans="YES"
else : ans="NO"
if s == 2 : ans="NO"
print (ans)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
codeforce 112A. Petya and Strings (0) | 2022.04.28 |
---|---|
codeforce 71A. Way Too Long Words (0) | 2022.04.28 |
leetcode 1910. Remove All Occurrences of a Substring (0) | 2022.04.26 |
leetcode 46. Permutations (0) | 2022.04.26 |
leetcode 2221. Find Triangular Sum of an Array (0) | 2022.04.25 |
댓글