題解 | #上班#
上班
https://ac.nowcoder.com/acm/problem/253330
本題考察min函數(shù)的使用
x,y,z=map(int,input().split())
print(x+min(y,z))
上班
https://ac.nowcoder.com/acm/problem/253330
本題考察min函數(shù)的使用
x,y,z=map(int,input().split())
print(x+min(y,z))
相關(guān)推薦