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