# やさしい問題なのに読みにくい問題 W, Z, B = map(float, input().split()) ans = (W+Z)*(B+1) print(int(ans))