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

常用头文件

时间:2020-04-12 18:21:13      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:clu   mem   size   常用   lse   ++   fine   memset   cout   

#include<bits/stdc++.h>
#define INF 0x3f3f3f3f
#define DOF 0x7f7f7f7f
#define endl ‘\n‘
#define mem(a,b) memset(a,b,sizeof(a))
#define debug(x) cout<<"This is "<<x<<‘\n‘
#define IO ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
typedef long long ll;
using namespace std;

int main()
{
    return 0;
}

 

 

#include <iostream>
#include<algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <queue>
#include<map>
#include<set>
#include<stack>
#include<sstream>
#define endl ‘\n‘
#define debug(x) cout<<"This is "<<x<<‘\n‘
#define INF 0x3f3f3f3f
#define DOF 0x7f7f7f7f
#define mem(a,b) memset(a,b,sizeof(a))
#define IO ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
typedef long long ll;
using namespace std;

int main()
{
    return 0;
}

 

 

 

 

常用头文件

标签:clu   mem   size   常用   lse   ++   fine   memset   cout   

原文地址:https://www.cnblogs.com/waryan/p/12182264.html

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