#include using namespace std; int main(){ int N; cin >> N; vector E(N); for(int i=0;i> E[i]; bool flag = false; int t = 1; for(int i=0;i