#include using namespace std; int main(){ int N,in; vector v; cin >> N; while(cin >> in) v.push_back(in); sort(v.begin(),v.end()); for(int i=0;i