這題可以使用 Python collections 標準函式庫裡的 Counter 方法求出每個數字出現的次數,接著只要抓出最多次的數字,再透過排序,就能得到最後的結果。
解答:https://steam.oxxostudio.tw/category/python/zerojudge/b374.html