头文件 — 备忘

Posted zyysyang

tags:

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

/**
* Youth gives you light please don‘t let it down.
* ▄▄▄▄▄
*            ???██████▄▄▄       _______________
*          ▄▄▄▄▄  █████████▄  /                 *         ????█████▌ ??▄ ??█ | Gotta go fast!   |
*       ??█████▄▄ ?██████▄██ | _________________/
*       ?▄▄▄▄▄  ??█▄?█════█? |/
*            ???▄  ??███ ?       ▄▄
*         ▄███??██▄████████▄ ▄??????█▌   ______________________________ 
*       ██?▄▄▄██?▄███? ??████      ▄██  █                              \\ 
*    ▄???▄██▄??▌████??????███     ▌▄▄????█_____________________________//
*    ▌    ??████?███??????██▌
*    ?▄▄▄▄?   ??████????▄██?
*              ??█████████?
*            ▄▄██?██████?█
*          ▄██?     ???  █
*         ▄█             ?▌
*     ▄▄▄▄█▌              ?█▄▄▄▄??▄
*    ▌     ?                ??▄▄▄?
*     ??▄▄?     ██   
* \  ???????????????????????????????????? ? 
* \- ▌          GNU C++17 7.3.0            ? ?      
*  - ▌                                         ? 
* /- ▌            Go Go Go !               ? ?           
* /  ???????????????????????????????????? ?       
*               ██
**/
#include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<bitset>
#include<cassert>
#include<cctype>
#include<cmath>
#include<cstdlib>
#include<ctime>
#include<deque>
#include<iomanip>
#include<list>
#include<map>
#include<queue>
#include<set>
#include<stack>
#include<vector>
using namespace std;
typedef long long ll;
typedef long double ld;
#define ios ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
#define mem(a, b) memset(a, b, sizeof(a))
const double pi = acos(-1.0);
const double eps = 1e-6;
const ll mod = 1e9 + 7;
const int inf = 0x3f3f3f3f;
const ll INF = 0x3f3f3f3f3f3f3f3f;
const int maxn = 1e7 + 5;

 

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

MyBatis Generator 详解 转来纯为备忘

宽字符相关的输入输出

23.头文件

头文件和源文件有啥区别呢?

C语言头文件的作用

C 头文件