#include using namespace std; int main(){ int n; cin >> n; vector A(n); for(int i=0;i> A.at(i); string ans="Yes"; for(size_t i=1;i