aiko = [0, 4, 10, "beetle"] if int(input()) in aiko: print("Yes") else: print("No")