for i in range(1000): s = srt(i) t = s.zfill(3) print(t) if input() == 'unlock': break