#include #include using namespace std; int main() { int a[100000]; int n,k=0; cin>>n; int b[n]; for(int i=0;i>b[i]; } sort(b,b+n); for(int i=0;i