time limit: 1 sec
memory limit: 128 mb
submit: 353
solved: 171 [
submit][
status][
web board]
武道大會終於落幕,賽場上還能站起來的只剩下了10個人編號分別是abcdefghij 他們分別贏了12,3,5,1,16,27,18,8,9,4 場,請輸出他們的排序後的成績和編號。
無27 f
18 g
16 e
12 a
9 i8 h
5 c4 j
3 b1 d
27 f18 g
16 e
12 a
9 i8 h
5 c4 j
3 b1 d
主函式已給出
/*c語言*/
#include
#define n 10
void selectsort(int *arr);
int main()
;selectsort(_array);
//printf("選擇排序後的陣列如下:\n");
for(i = 0;i < n;i++)
}printf("\n");
return 0;
}/*c++*/
#include
using namespace std;
#define n 10
void selectsort(int *arr);
int main()
;selectsort(_array);
//printf("選擇排序後的陣列如下:\n");
for(i = 0;i < n;i++)
}cout<<"\n";
return 0;
}
void selectsort(int *a)
}}
選擇排序的反向排序法。
2741 武道大會的排名
time limit 1 sec memory limit 128 mb submit 591 solved 254 description 武道大會終於落幕,賽場上還能站起來的只剩下了10個人編號分別是abcdefghij 他們分別贏了12,3,5,1,16,27,18,8,9,4 場,請輸出他們...
武道釋義 零散
若是你防禦你的左邊。你的右邊必定是弱點 若是你防禦你的前面,你的後面必定是弱點。若是你處處小心防禦,則必定處處都是弱點。有些武術儘管先聲奪人。但卻如喝滲水之酒,令人越瞧越覺無味 但有些武術其味雖覺苦澀,但卻如細嚼橄欖便令人越想越是回味無窮。不再以出世為修練拳道的途徑而全然 入世 了。如佛門 心經 入...
武道之路 小小煉體期
1.簡單輸入輸出 3.x print 加括號!逗號隔開分別輸出,例 print dasda 4444 與2.x的raw input一樣,忘記2.x的input吧 input,type 後是str。2.資料型別 數字 int 3.x好像沒長整形了,32位和64位,土2 32 1。布林值 真 1 假 0...