for i in range(1000): s = str(i) s = "0" * (3 - len(s)) + s print(s) a = input() if a == "unlocked": break