object Main extends App{ val v = io.StdIn.readInt() println(if(v % 2 == 0 && v != 2) "Yes" else "No") }