摘要:
一改时间以后WA了,我就知道这题是考字典树,可惜代码怎么也不会敲了,郁闷。 #include <stdio.h>#include <string.h>#include <stdlib.h>typedef struct Node{ int flag; struct Node *next[26]; }N 阅读全文
posted @ 2014-06-23 20:37
人艰不拆_zmc
阅读(221)
评论(0)
推荐(0)
浙公网安备 33010602011771号