n = int(input()) n %= 360 if n == 90: print("Yes") else: print("No")