#include using namespace std; int main() { int n; cin>>n; vector arr(n); for(int i=0;i>arr[i]; } sort(arr.begin(),arr.end()); for(int i=0;i