K, N, F = map(int, input().split()) A = list(map(int, input().split())) X = K * N for i in A: X -= i print([-1, X][X > 0])