program Project2; {$APPTYPE CONSOLE} var a,b,c:integer; p,s:real; begin readln(a,b,c); p:=(a+b+c)/2; if (p