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