题解 | 彩虹糖的梦
彩虹糖的梦
https://www.nowcoder.com/practice/1d8e370f4e6a43f89203ae616ededfdb
a = list(map(int,input().split())) # 1 1 1 1 1 1 1 a.sort() m = min(a) print(m)
彩虹糖的梦
https://www.nowcoder.com/practice/1d8e370f4e6a43f89203ae616ededfdb
a = list(map(int,input().split())) # 1 1 1 1 1 1 1 a.sort() m = min(a) print(m)
相关推荐