area of triangle by murky-satyr

for(;[a,b,c]=readline().split(' ');print(Math.sqrt(4*a*a*c*c-d*d)+2>>2))d=c*c+a*a-b*b

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page