and height
and drawn the two diagonals of the rectangle, forming four small triangles. He wishes to know the area of one of these triangles in the figure he has drawn.
Constraints
In tests worth 14 marks, .
Input Specification
The input will consist of two positive integers, and
,
on the first line and
on the second.
Output Specification
Output, on a single line, the area of one of the given triangles. The area must be printed with exactly two digits after the decimal point.
Sample Input
2
2
Sample Output
1.00
Comments