#28907: Python 解答


oxxostudio (oxxo.studio)

學校 : 不指定學校
編號 : 173961
來源 : [220.133.228.250]
最後登入時間 :
2022-07-21 09:26:00
b374. [福州19中]众数 | From: [220.142.161.214] | 發表日期 : 2022-01-11 17:25

這題可以使用 Python collections 標準函式庫裡的 Counter 方法求出每個數字出現的次數
接著只要抓出最多次的數字,再透過排序,就能得到最後的結果。

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

 
ZeroJudge Forum