摘要:
题目 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 阅读全文
摘要:
题目 Luogu LOJ Acwing 思路 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 610, M = 500010, INF = 2e9; int 阅读全文