上班
https://ac.nowcoder.com/acm/problem/253330
本题考察min函数的使用
x,y,z=map(int,input().split()) print(x+min(y,z))
相关推荐