摘要: 写到一题查找数据范围为10^9的,此时用map也显得太慢了,于是上网找到一个比#include<map>更快的#include<tr1/unordered_map> 阅读全文
posted @ 2020-04-09 20:05 caxi 阅读(232) 评论(0) 推荐(0) 编辑