N = input() T = 000 while int(N) != T: T += 1 print("locked") print("unlocked")