K,N,F=map(int,input().split()) A=map(int,input().split()) print(max(-1,K*N-sum(A)))