头文件板子

#include <stdio.h>
#include <string.h>
#include <iostream>
#include <algorithm>
#include <math.h>
#include <limits.h>
#include <map>
#include <stack>
#include <queue>
#include <vector>
#define ll long long
#define ms(a) memset(a,0,sizeof(a))
#define pi acos(-1.0)
#define INF 0x3f3f3f3f
const double E=exp(1);
const int maxn=1e6+10;
int main(int argc, char const *argv[])
{
	std::ios::sync_with_stdio(false);//关闭同步流,提高读入效率 
	
	return 0;
}

posted @ 2018-07-12 13:47  友人-A  阅读(80)  评论(0编辑  收藏  举报