#28789: Python 解答


oxxostudio (oxxo.studio)

學校 : 不指定學校
編號 : 173961
來源 : [220.133.228.250]
最後登入時間 :
2022-07-21 09:26:00
a528. 大數排序 | From: [114.40.176.178] | 發表日期 : 2022-01-03 16:26

因為 Python 可以很輕鬆地處理「大數字」,
所以只要依序將數字存入串列,再使用 sort 排序,就能得到最後的結果。

解答:https://steam.oxxostudio.tw/category/python/zerojudge/a528.html

 
ZeroJudge Forum