백준 15700 타일 채우기 4
n m 크기 벽에 12 혹은 2*1 크기 타일 최대 개수
n, m = map(int, input().split()) print(n*m//2)
int(n*m/2)
int()
math.floor()
a//b