n, x = map(int, input().split()) a = list(map(int, input().split())) print(max(sum(a) - x, 0))