h, b = map(int, input().split(" ")) print(h*b/2)