void bucketSort(int k[], int n)
{
    
}
bucketSort(a,10);