W,Z,B = map(int,input().split()) point = (W+Z)*B print(point)