#!/usr/bin/env python3 import sys for i in range(1000): print(str(i).zfill(3)) sys.stdout.flush() if input() == 'unlocked': break