题目 打尼玛,退役了 #include<bits/stdc++.h> using namespace std; const int maxn=1e6+5; const int inf=0x3f3f3f3f; typedef long long ll; typedef pair<int,int> PII; int a[maxn]; bool vis[maxn]; map<int,<