a = -1 while True : a += 1 print(str(a).zfill(3)) s = input() if s == "unlocked" : break