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