POJ 2503 Babelfish
摘要:
字典树,WA;----------------------------------------------------# include <stdio.h># include <string.h># define LEN 12char buf[2 * LEN], str[LEN];struct word{ char a[LEN];} ;struct tree{ tree *node[26]; char bj; word *pw; tree() { for (int i = 0; i < 26; ++i) node[i] = NU... 阅读全文
posted @ 2012-07-12 17:35 getgoing 阅读(233) 评论(0) 推荐(0)
浙公网安备 33010602011771号