x = int(input()) if x == 45: print("Yes") else: print("No")