k,n,f = map(int,input().split()) a = list(map(int,input().split())) b = 0 for i in range(f): b += f[i] if b>(c*f): print(-1) else: print((c*f)-b)