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