#include using namespace std; #define int long long signed main(){ int N; cin>>N; vector S(N); for(int i=0;i>S[i]; sort(S.begin(),S.end()); if(N%2) cout<