#define TESTHASHMAP 1 // 为0使用map,为1使用hash_map,可以对照看看结果#if TESTHASHMAP != 0#include <ext/hash_map>using namespace __gnu_cxx; #else#include <map>#endif#include ...
阅读全文
2007
01-08