Skip to content
本站總訪問量
本站訪客數 人次

TQC+ 程式語言Python 603 數字排序

題目說明:請撰寫一程式,要求使用者輸入十個數字並存放在串列中。接著由大到小的順序顯示最大的3個數字。

範例輸入1

shell
40
32
12
29
20
19
38
48
57
44

範例輸出1

57 48 44

範例輸入2

shell
139
246
15
38
77
122
42
30
100
1

範例輸出2

246 139 122

Contributors

The avatar of contributor named as lucashsu95 lucashsu95

Changelog