area of triangle by uru

float a,b,c,s;main(){for(;~scanf("%f%f%f",&a,&b,&c);printf("%.0f\n",sqrt(s*(s-a)*(s-b)*(s-c))))s=(a+b+c)/2;}

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

download

return to the top page