摘要: #include #include #include #include using namespace std; int array[16000000]; int hash[256]; char s[160000000]; #define mem(a) memset(a,0,sizeof(a)) int main() { int n,m; while(scanf("%d%d",&... 阅读全文
posted @ 2016-04-02 16:19 请叫我凯凯大人 阅读(225) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; const int M = 149993; typedef struct { char e[11]; char f[11]; int next; }Entry; Entry entry[M]; int i = 1; int hashIndex[M];//哈希表 int ... 阅读全文
posted @ 2016-04-02 12:51 请叫我凯凯大人 阅读(204) 评论(0) 推荐(0) 编辑