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