N=int(input()) if N>=10: print('Yes') else: print('No')