#include using namespace std; int main(){ int n; cin>>n; vector x(n),y(n-1); for(int i=0;i>x[i]; sort(x.begin(),x.end()); for(int i=0;i