摘要:
hdu 1251 c++ #include<iostream>#include<string.h>using namespace std;struct node{ node *next[26]; int cnt; node() { cnt=0; memset(next,0,sizeof(next)) 阅读全文
posted @ 2018-08-08 16:55
Andromeda_Galaxy
阅读(126)
评论(0)
推荐(0)
浙公网安备 33010602011771号