baekjoon 20260314

This commit is contained in:
songyc macbook 2026-03-14 20:09:06 +09:00
parent 0477409b09
commit ea49fdf072

View File

@ -0,0 +1 @@
print((lambda x: x[0]*x[1])(list(map(int, input().split())))//2)