#include #define PB push_back #define MP make_pair #define REP(i,n) for (int i=0;i<(n);i++) #define FOR(i,a,b) for(int i=(a);i<(b);i++) #define ALL(a) (a).begin(),(a).end() using namespace std; typedef long long ll; typedef unsigned long long ull; typedef pair P; const int INF=1e9+1; int main(){ REP(i,10){ string res="",re; res+=(char)i+'0'; REP(j,10){ res+=(char)j+'0'; REP(k,10){ res+=(char)k+'0'; cout<>re; if(re=="unlocked"){ return 0; } } } } }