#38099: python 輸入後 直接排序


super7@gm.ocu.edu.tw (賴麒祐)

學校 : 僑光技術學院
編號 : 251759
來源 : [59.126.209.172]
最後登入時間 :
2024-02-05 21:32:02

a, b = sorted(map(int, input().split()))
這樣 a, b 就會由小到大