习惯

本文深入探讨了C++编程的基础知识与高级技巧,包括预定义宏、数据类型、算法库、容器、模板等核心概念,旨在帮助程序员提高C++编程能力。
 1 #include <cstdio>
 2 #include <cstdlib>
 3 #include <cstring>
 4 #include <cmath>
 5 #include <ctime>
 6 #include <iostream>
 7 #include <algorithm>
 8 #include <queue>
 9 #include <map>
10 #include <set>
11 #include <vector>
12 #include <string>
13 
14 using namespace std;
15 
16 #define PI acos(-1.0)
17 #define INF 0x3f3f3f3f
18 #define inf 0x3f
19 #define rst(a, b) memset(a, b, sizeof(a))
20 #define MOD 1e9+7
21 #define EPS 1e-6
22 
23 typedef long long LL;
24 typedef unsigned long long ULL;
25 typedef pair<int, int> pii;
26 
27 const int maxn = 100005;
28 const int maxm = 2000005;

 

转载于:https://www.cnblogs.com/mitrenick/p/4524058.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值