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