首页 > 数组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;//记录每个元素对应的索引集 展开全文
头像 chenlan114
发表于 2026-02-25 09:18:02
#include<bits/stdc++.h> using namespace std; using ll=long long; int main(){ ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); ll T; cin 展开全文