顺便贴一下我第二题和第三题代码第二题: #include<bits/stdc++.h> # define DEBUG ios::sync_with_stdio(false);cin.tie(nullptr) using namespace std; typedef pair<int,int>PII; typedef long long ll; # define x first # define y second const int N = 200010; int n,a[N]; int f[N]; int main() { DEBUG; cin >&...