#include using namespace std; int main(){ int n,c; cin >> n; int arr[n]; for(int i=0;i>arr[i]; int small=100000; sort(arr,arr+n); for(int i=0;i