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