#include #include int comp(const void *c1,const void *c2){ int t1 = *(int *)c1; int t2 = *(int *)c2; if(t1