摘要: struct Hash_map { static const int mask=0x7fffff; int p[8388608],q[8388608]; void clear() { for(int i=0; i<=mask; ++i) ... 阅读全文
posted @ 2015-02-07 15:57 闪光阳 阅读(103) 评论(0) 推荐(0) 编辑