-
个人简介
还得练
洛谷 || Blog || Codeforces || AtCoder
${\ \ \ \color{Peach} {\Huge \mathcal{My \ Github \ Blog} } }$
$$\LARGE{\text{Ephemeral Life is but a Fever Dream.}} $$个人练习情况
事件祭
短期目标
橙题刷过150道黄题刷到100以上绿题刷30题成为红名绿题刷到100题以上蓝题刷50题以上绿题超过红题蓝题刷到100题以上- 蓝题超过绿题
紫题刷50道以上- 首黑
- CSP-S 一等奖
- NOIP 一等奖
Template
#include <bits/stdc++.h> using namespace std; // #define int long long // #define x first // #define y second #define File(a) freopen(a".in", "r", stdin), freopen(a".out", "w", stdout) inline void debug() { cerr << '\n'; } template<typename Type, typename... Other> inline void debug(const Type& x, const Other&... y) { cerr << x << ' '; debug(y...); } #define DEBUG(a...) cerr << "[" << #a << "] = ", debug(a); typedef long long LL; typedef pair<int, int> PII; const int N = 200010; const int INF = 0x3f3f3f3f; template<typename Type> inline void read(Type &res) { res = 0; int ch = getchar(), flag = 1; while (!isdigit(ch)) flag = ch == '-' ? -1 : 1, ch = getchar(); while (isdigit(ch)) res = (res << 3) + (res << 1) + (ch ^ 48), ch = getchar(); res *= flag; } template<typename Type, typename... Other> inline void read(Type &res, Other&... y) { read(res), read(y...); } signed main() { return 0; }
-
通过的题目
-
最近活动
题目标签
- 2004
- 1
- NOIp 普及组
- 1
- 枚举
- 1
- math
- 1
- 普及T1
- 1
- 普及T2
- 1
- 普及T3
- 1
- 普及T4
- 1