본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 32025번 체육은 수학과목 입니다

by 현장 2024. 7. 14.

-Code

h = int(input())
w = int(input())

print(int(min(h, w) / 2 * 100))