码迷,mamicode.com
首页 > 其他好文 > 详细

某dalao贼快的hash?

时间:2017-06-22 19:44:54      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:table   log   include   map   container   using   ash   pac   ble   

#include<map>
#include<cstdio>
#include<iostream>
#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/hash_policy.hpp>
using namespace std;
using namespace __gnu_pbds;
int main()
{
    int n;
    //map<int>mp;
    //mp[23]="132";
    gp_hash_table<int,bool>h;
    h[54]=1;
    cout<<h[54];
}

 

某dalao贼快的hash?

标签:table   log   include   map   container   using   ash   pac   ble   

原文地址:http://www.cnblogs.com/sssy/p/7066753.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!