#include using namespace std; #define int long long int #define endl "\n" signed main(){ ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0); int n;cin>>n; vector a(n); for(int i=0;i>a[i]; int c=0; unordered_map m; for(int i=0;i