HJ120 彩虹糖的梦
彩虹糖的梦
https://www.nowcoder.com/practice/1d8e370f4e6a43f89203ae616ededfdb
返回输入数组中最小值即可。
print(min(list(map(int,input().split()))))
彩虹糖的梦
https://www.nowcoder.com/practice/1d8e370f4e6a43f89203ae616ededfdb
返回输入数组中最小值即可。
print(min(list(map(int,input().split()))))
相关推荐