kris = 'xxxx' get = int(input(kris)) if get == 520: print('yes') else: if get > 520: print('no++') else: print('no--')