K,N,F=map(int,input().split()) A=[int(i) for i in input().split()] print(max(K*N-sum(A),-1))