#include using namespace std; typedef long long int ll; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int n; cin >> n; int sz=0; map mp; vector s(n); for(int i=0;i> s[i]; sz+=(int)s[i].size(); for(int j=0;j+1> m; vector t(m); for(int i=0;i> t[i]; for(int j=0;j+1