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