n = int(input()) if 10 <= n <= 99: print('Yes') else: print('No')