fork(6) download
  1. n = int(input())
  2. print("NO" if n < 3 or n == 4 or n == 7 else "YES")
Success #stdin #stdout 0.02s 9300KB
stdin
4
stdout
NO