#include using namespace std; typedef long long ll; int main(){ cin.tie(0); ios::sync_with_stdio(false); cout << fixed << setprecision(20); int n; cin>>n; int a[n]; for(int i=0;i>a[i]; map mp; int ans = 1; for(int i=0;i