(0..999).to_a.shuffle.each{|e| puts sprintf("%03d",e);exit(0) if gets.chomp=="unlocked"}