k, n, f = map(int, input().split()) al = list(map(int, input().split())) print(max(k*n-sum(al), -1))