#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[]=;
cout<<h[];
}

最新文章

  1. premere cs4绿色版 安装 并且 视频导出 讲解
  2. Centos7下面配置静态IP
  3. duilib的caption上的Edit无法激活
  4. hibernate HQL和Criteria
  5. MySchool
  6. android studio 中的编码问题
  7. 关于spring mvc MaxUploadSizeExceededException 死循环解决方案
  8. LabView调用C#混合模式dll
  9. SQL Server 数据库身份认证以及包含数据库
  10. 1.MySQL的安装(linux Ubuntu环境下)
  11. WPF Radio组的绑定
  12. hadoop之MapReduce WordCount分析
  13. JDBC的使用——Statement
  14. 【甘道夫】官方网站MapReduce代码注释具体实例
  15. ASP.NET MVC 使用MSBuild部署的几个注意事项
  16. VS2015 使用
  17. 优化hexo访问速度-将hexo部署到云主机VPS
  18. Tomcat知识1
  19. Hibernate框架入门
  20. Python内置函数(15)——dict

热门文章

  1. git使用笔记(五)打标签
  2. bzoj 1124 [POI2008]枪战Maf 贪心
  3. 1、linux下mysql5.5.20安装过程报错汇总
  4. CSS去掉 a 标签点击后出现的虚线框
  5. 《vue.js实战》练习---标签页组件
  6. oracle 包和包实现
  7. 关于flume的几道题
  8. SQL优化之一
  9. 【Atcoder】ARC082 E - ConvexScore
  10. I wrote a JSONHelper extension