摘要: 题目 Luogu Acwing LOJ 思路 代码 #include <iostream> #include <algorithm> using namespace std; const int N = 400010; int n, m, f[17][N], ans[N / 2]; struct S 阅读全文
posted @ 2021-04-06 17:47 Protein_lzl 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 610, M = 500010, INF = 2e9; int 阅读全文
posted @ 2021-04-06 13:01 Protein_lzl 阅读(57) 评论(0) 推荐(1) 编辑