#include #define rep(i,n) for(int i=0; i<(n); i++) using namespace std; typedef long long ll; int main(){ string s; cin>>s; int n=s.size(); set st; for(auto x:s) st.insert(x); if(st.size()!=7){cout << "Impossible" << endl; return 0;} vector> vp(7); int i=0; for(auto itr=st.begin(); itr!=st.end(); itr++){ vp[i].second=*itr; i++; } for(int i=0; i<7; i++){ for(int j=0; j