import collections a=int(input())+int(input()) n=int(input()) l=[] for i in range(n): l.append(int(input())) print(a*(n-len(collections.Counter(l))))