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