a=int(input())b=[100000110,199999998,200000001,999999979,999999937]if a in b: print("yes")else: print("no")