kziborov3's blog

By kziborov3, history, 4 hours ago, In Russian

w = int(input())

if w % 2 == 0 and w != 2: print("YES") else: print("NO")

  • Vote: I like it
  • -3
  • Vote: I do not like it