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