Помогите пожалуйста решить надо через PascalABC.Net заранее спасибо
Var a,b,h:integer; begin read(a); read(b); read(h); write((a*h+b*h)*2); end.