w,z,b = map(float,input().split()) ans = (w+z)*(1+b) print(int(ans))