#include using namespace std; int main(void) { int n; cin >> n; vector a(n); for(int i=0;i> a[i]; } bool ans=true; for(int i=0;i