#include using namespace std; #define rep(i,n) for(int i=0; i<(n); i++) typedef long long ll; int main(){ rep(i,10) rep(j,10) rep(k,10){ cout<>s; if(s=="unlocked") return 0; } return 0; }