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