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