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