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