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