#include using namespace std; signed main(){ int n;cin>>n; vector v(n); for(int i=0;i>v[i]; sort(v.begin(),v.end()); if(n&1)cout<