ac自動機模板

指針版寫法:html struct node   {       int val;       node *next[26];       node *fail;       node()       {           val = 0;           for(int i = 0; i < 26; i++)               next[i] = NULL;           
相關文章
相關標籤/搜索