A 赛时没想到比较好的做法,区间 DP 预处理做的。 #include<bits/stdc++.h>using namespace std;#define int long longint const N = 1e6 + 10;int n, m, q;int a[N], b[N], c[N];int f[1100][1100];void solve(){int l, r;cin >> l
目录 A - Dora's Set 原题链接 思路分析 AC代码 B - Index and Maximum Value 原题链接 思路分析 AC代码 C - Dora and C++ 原题链接 思路分析 AC代码 D - Iris and Game on the Tree 原题链接 思路分析 AC代码 E - Iris and the Tree 原题链接 思