竞赛
考级
这个换人的过程是瞬间完成的,且没有任何水的浪费。[dog]
复仇者_不当人的李老六
n, m = map(int, input().split()) w = list(map(int, input().split())) if n <= m: print(max(w)) else: # 初始化前m个水龙头 taps = wm remaining = w[m:] time = 0
无语是自闭