#P1022. 图形计算3

图形计算3

Description

Enter the bottom length and the height of triangle. Calculate the area of the triangle then output it.

Input Format

Two integers.the bottom length and the height of triangle..

Output Format

An integer,which is the area of the triangle.

10 5
25
100 40
2000

Limit and hint

For 100%100\% testcases, a,b105 a,b\leq10^5.