w,z,b=map(float,input().split()) ans=w+z+(w+z)*b # ans//=1 print(f"{ans:.0f}")