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