随笔分类 -  HNOI

湖南历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstdio> #include <cmath> #define int long long using namespace std; const int N = 2000010; int 阅读全文
posted @ 2021-07-07 19:34 Protein_lzl 阅读(68) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <vector> #include <cstring> #include <cmath> #define int long long using n 阅读全文
posted @ 2021-07-07 19:31 Protein_lzl 阅读(64) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acinwg 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #include <vector> #include <cmath> using namespace std; const in 阅读全文
posted @ 2021-07-07 19:27 Protein_lzl 阅读(72) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #define int long long using namespace std; int qmi(int a, int b, int mod) { int res 阅读全文
posted @ 2021-06-01 17:08 Protein_lzl 阅读(64) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cmath> using namespace std; const int N = 1e6 + 10; struct PDD { double x 阅读全文
posted @ 2021-05-29 18:24 Protein_lzl 阅读(85) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #include <cstdio> using namespace std; const int N = 110, M = 10 阅读全文
posted @ 2021-05-29 18:22 Protein_lzl 阅读(77) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #define int long long using namespace std; const int N = 200010; 阅读全文
posted @ 2021-04-22 16:16 Protein_lzl 阅读(60) 评论(0) 推荐(0)