//AC Code #include using namespace std; struct Node{ bool v=false; bool is_word=false; int next=0; }; const int MAXN=1e6; int n,tn=0,m; Node t[MAXN][26]; int main(int argc,char *argv[]){ ios::sync_with_stdio(false); cin.tie(0); #ifdef OITEST #define AS(c){if(!(c)){cerr<<"assert faild :"<<#c<>n; for(int i=1;i<=n;i++){ string s; cin>>s; int now=0; for(int j=0;j>m; for(int i=1;i<=m;i++){ string s; cin>>s; int now=0; #ifdef OIPRINT // cout<>cans; string myans; ss>>myans; AS(myans==cans) #endif } }