#include using namespace std; #define rep(i,n) for(int i=0;i>n; int a[n]; rep(i,n) cin>>a[i]; sort(a,a+n); if(n%2 ==1){ cout<