#include using namespace std; int main(){ int T; cin >> T; vector X(T); for(int i=0;i> X[i]; bool flag = true; for(int i=0;i