#include int main(void){ int u,b,h ; double A; scanf("%d,%d,%d",&u,&b,&h); A=(u+b)*h/2; printf("%f",A); return 0; }