编程经验积累贴

int范围内的大数取得inf = 1<<31-1

int  = 4e9

2^15 = 3e4

long  = 1.8e19


 自用头文件:

#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <string>
#include <stack>
#include <vector>
#include <queue>
#include <algorithm>

using namespace std;
View Code
在一个谎言的国度,沉默就是英雄
原文地址:https://www.cnblogs.com/EdsonLin/p/5357558.html