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