n = int(input()) if n % 4 == 0: print("No") else: print("Yes")