hdu1671Phone List(字典树)

#include #include #include #include using namespace std; typedef struct Node { struct Node *next[10]; int flag; } Node,*Tree; int flag1; void Creat(Tree &T) { T=(Node *)malloc(sizeof(...
posted @ 2014-06-25 00:27  人艰不拆_zmc  阅读(167)  评论(0编辑  收藏  举报