#include #include int cmp(const void* a,const void* b){ return *(int*)b-*(int*)a; } int min(int a,int b){ if(a