摘要: 题目 Luogu LOJ Acwing 思路 代码 貌似在 \(Acwing\) 上要吸臭氧 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #include <set> using name 阅读全文
posted @ 2021-06-17 16:23 Protein_lzl 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstdio> #define int long long using namespace std; const int N = 3010, p = 2333; int T, n, m; 阅读全文
posted @ 2021-06-17 16:19 Protein_lzl 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #define int long long using namespace std; const int N = 3010; int n, m, f[N][N], s[N 阅读全文
posted @ 2021-06-17 16:13 Protein_lzl 阅读(41) 评论(0) 推荐(0) 编辑