3 lines
49 B
Python
3 lines
49 B
Python
h, b = map(int, input().split(" "))
|
|
|
|
print(h*b/2) |
h, b = map(int, input().split(" "))
|
|
|
|
print(h*b/2) |