×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
分類題庫
解題動態
排行榜
討論區
競賽區
登入
註冊
發表新討論
解題報告
#21653: UVA11321
jayw711kb@gmail.com
(Jay Huang)
學校 : 國立虎尾科技大學
編號 : 119439
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [27.247.130.217]
最後登入時間 :
2020-09-15 15:55:19
d750.
11321 - Sort! Sort!! and Sort!!!
--
UVa
11321
| 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