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