Leeee1111 / testjudge-asia

0 stars 0 forks source link

B0303 最大值與最小值 #19

Open Leeee1111 opened 1 month ago

Leeee1111 commented 1 month ago
a=list(map(float,input().split()))
print(f"max={max(a):.2f}")
print(f"min={min(a):.2f}")