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