Mock CCC '20 Contest 1 J3 - A Geometry Problem
View as PDF is drawing a logo for the next iteration of the KAIST contest. He has gotten lazy, so he has taken a rectangle of length  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