#include using namespace std; int main(){ int n; cin >> n; vector x(n); for(int i=0; i> x[i]; } vector> a(n), b(n); int mid = n/2; for(int i=0; i<(1<