#include int main(void){ int w,z; double b; scanf("%d%d%lf",&w,&z,&b); printf("%d",(int)((w+z)*(b+1.0))); }