#include using namespace std; using ll=long long; ll N=1024; int main(){ string S; cin>>S; vector ans(N,string(N,'#')); for(ll i=0;i