Beakjoon&프로그래머스/파이썬
[백준/파이썬] 29751번 삼각형
현장
2023. 9. 28. 16:21
-Code
w, h = map(int, input().split())
print(w * h / 2)