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