摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1800 字典树 #include#include#includeusing namespace std;struct node{ int sum; node *next[10]; ... 阅读全文
posted @ 2015-08-01 15:41 花开须臾 阅读(125) 评论(0) 推荐(0) 编辑