let s = stdin.readLine if s == "0" or s == "4" or s == "10": echo "Yes" else: echo "No"