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