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