做题头文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了做题头文件相关的知识,希望对你有一定的参考价值。

技术分享
 1 #include<bits/stdc++.h>
 2 using namespace std;
 3 #define ll long long
 4 #define inf 0x3f3f3f3f
 5 #define mod 1000000007
 6 #define lson 2*n
 7 #define rson 2*n+1
 8 #define mid (l+r)/2
 9 #define mit map<int,int>::iterator
10 #define sit set<int>::ierator
11 #define mp make_pair
12 #define pb push_back
13 #define pii pair<int,int>
14 #define pi acos(-1)
15 const int maxn 1000000
16 int main()
17 {
18     
19     return 0;
20 }
View Code

 

以上是关于做题头文件的主要内容,如果未能解决你的问题,请参考以下文章