x, y, z = map(int,input().split()) list_a = x*y -sum(map(int,input().split())) print(list_a if list_a >= 0 else -1)