K,N,F=map(int,inout().split()) list=(map(int,imput().split())) beans=K*N eat=sum(A) if beans>=eat: print(beans-eat) else: print(-1)