#21653: UVA11321


jayw711kb@gmail.com (Jay Huang)

學校 : 國立虎尾科技大學
編號 : 119439
來源 : [27.247.130.217]
最後登入時間 :
2020-09-15 15:55:19
d750. 11321 - Sort! Sort!! and Sort!!! -- UVa11321 | From: [110.30.128.149] | 發表日期 : 2020-07-01 22:55

1.CONCEPTION:It will help you easier to finish to use the built-in functions.

2. I use the built-functions such as sort and my own functions such as cmp which is a comparation for sort.

3.

      here are the part of my code.

    sort(arr,arr+n,cmp);//arr is a name of an array, n is the amount of each case.

    int cmp(int a,int b);

 

 
ZeroJudge Forum