fie un triunghi dreptungic cu latura a b c determinati aria
![Fie Un Triunghi Dreptungic Cu Latura A B C Determinati Aria class=](https://ro-static.z-dn.net/files/d59/00d5ef13d5529951681f0152083bae8c.jpg)
Program P1;
var a,b,c,p,a :integer;
begin
readln (a,b,c);
p:=a+b+c;
a:=ab/2;
writeln (p);
writeln (a);
end.