p=int(input()) q=int(input()) n=int(input()) d={} for _ in range(n): r=int(input()) d[r]=True print((p+q)*(n-len(d.keys())))