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