s, k = (int(x) for x in input().split(' ')) res = 0 for i in range(k): res = max(res, )