#include #include using namespace std; using namespace atcoder; typedef long long ll; typedef long double ld; #define REP(i, n) for (int i = 0; i < (n); ++i) #define REPR(i, n) for (int i = n - 1; i >= 0; --i) #define FOR(i, m, n) for (int i = m; i < n; ++i) #define FORR(i, m, n) for (int i = m; i >= n; --i) #define ALL(v) (v).begin(),(v).end() #define ALLR(v) (v).rbegin(),(v).rend() #define fi first #define se second #define PB push_back #define EB emplace_back template using PQ = priority_queue; template using QP = priority_queue,greater>; templatevoid debug(const T &v,ll h,ll w){for(ll i=0;ivoid debug(const T &v,ll n){for(ll i=0;ivoid debug(const vector&v){debug(v,v.size());} templatevoid debug(const vector>&v){for(auto &vv:v)debug(vv,vv.size());} templatevoid debug(stack st){while(!st.empty()){cerr<void debug(queue st){while(!st.empty()){cerr<void debug(deque st){while(!st.empty()){cerr<void debug(PQ st){while(!st.empty()){cerr<void debug(QP st){while(!st.empty()){cerr<void debug(const set&v){for(auto z:v)cerr<void debug(const multiset&v){for(auto z:v)cerr<void debug(const array &a){for(auto z:a)cerr<void debug(const map&v){for(auto z:v)cerr<<"["<void foo(Head&& head, Tail&&... tail){cerr << head << " ";foo(move(tail)...);} templatebool chmax(T &a, const T &b) { if (abool chmin(T &a, const T &b) { if (b c(10); REP(i,10){ REP(j,10) cout << i; cout << endl; int x;cin >> x; c[i]=x; string s;cin >> s; if(s=="unlocked") return 0; } // c[0]=1,c[1]=2,c[2]=1,c[3]=3,c[4]=1,c[7]=1,c[8]=1; string a=""; REP(i,10){ REP(j,c[i]) a+=char('0'+i); } cout << a << endl; int res;cin >> res; string s;cin >> s; if(s=="unlocked") return 0; vector b(10); string t="7402183133"; map mp; mp[a]=true; while(true){ bool f=false; REP(i,10) FOR(j,i+1,10){ if(b[i]||b[j]) continue; if(a[i]==a[j]) continue; // foo(i,j); swap(a[i],a[j]); if(mp.count(a)) continue; mp[a]=true; // foo(a,i,j); cout << a << endl; // int x=0; // REP(k,10) if(a[k]==t[k]) x++; // cout << x << " "; // s=(a==t?"unlocked":"locked"); // cout << s << endl; int x;cin >> x; cin >> s; if(s=="unlocked") return 0; if(x==res+2){ b[i]=b[j]=true; res=x; } else if(x==res-2){ swap(a[i],a[j]); b[i]=b[j]=true; } else if(x