摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; int n, m; int h[N], p 阅读全文
posted @ 2021-04-02 23:49 Protein_lzl 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 题目 luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #define int long long using namespace std; const int N = 1000010, mod = 1e9 + 7; int 阅读全文
posted @ 2021-04-02 17:06 Protein_lzl 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu Acwing 思路 代码 #include <iostream> using namespace std; const int N = 1010; int T, n, a[N], l[N][N], r[N][N]; int main(){ cin >> T; while (T-- 阅读全文
posted @ 2021-04-02 16:14 Protein_lzl 阅读(73) 评论(0) 推荐(0) 编辑