首页 > 技术文章 > OI常用头文件

live-no-regrets 2017-11-10 20:11 原文

#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<algorithm>
#include<math.h>

#include<vector>
#include<set>
#include<map>
#include<queue>
#include<bitset>

map用法参考:https://www.cnblogs.com/fnlingnzb-learner/p/5833051.html

set用法参考:https://blog.csdn.net/qq_33859479/article/details/77572023

推荐阅读