倒序找规律

题意: 样例配图如下:求长度 样例输入 3 1 4 4 1 3 3 样例输出 10 # include <bits/stdc++.h> # define pp make_pair using namespace std; typedef long long LL; const int maxn = 1e5+30; int x[maxn], y[maxn]; set<pair<int,i
相关文章
相关标签/搜索