#include using namespace std; int main() { int N; cin >> N; vector A(N);int i,j;for(i=0;i> A[i];}int ans=1;for(int i=0; i