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