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