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