-
个人简介
我的头文件
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <stack> #include <queue> #include <map> #include <cstring> #include <iomanip> const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; using namespace std; int main() { return 0; }
-
通过的题目
题目标签
- 递归
- 15
- 语言基础
- 10
- 其他
- 9
- 搜索
- 7
- 竞赛
- 5
- NOIP
- 5
- DFS
- 4
- 贪心
- 4
- 数据结构
- 4
- 动态规划
- 4
- 普及组
- 4
- 位运算
- 3
- 2001
- 2
- 快速幂
- 2
- 递推
- 2
- 计算几何
- 2
- 坐标变换
- 2
- 组合数学
- 2
- 差分
- 2
- 前缀和
- 2