摘要:
#include #include#includeusing namespace std; #define N 400010/* run this program using the console pauser or add your own getch, system("pause") or input loop */int ch[N][30];int val[N];int cnt;char str[N];int d[N];int idx(int c){ return c-'a';}void insert(char *s){ int i,n=strlen 阅读全文
posted @ 2013-08-18 17:19
Teemo的技术blog
阅读(131)
评论(0)
推荐(0)