首页 > 数组4.0
头像 MiyakoQwQ
发表于 2025-12-10 11:08:49
#include<bits/stdc++.h> using namespace std; int T,n,a[200001],f[200001],r[200001]; unordered_map<int,vector<int>> mp;//记录每个元素对应的索引集 展开全文