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