From ea49fdf07290df9981bed9f66570cf73727c4320 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sat, 14 Mar 2026 20:09:06 +0900 Subject: [PATCH] baekjoon 20260314 --- code_study/Baekjoon/python/15700.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code_study/Baekjoon/python/15700.py diff --git a/code_study/Baekjoon/python/15700.py b/code_study/Baekjoon/python/15700.py new file mode 100644 index 0000000..d161919 --- /dev/null +++ b/code_study/Baekjoon/python/15700.py @@ -0,0 +1 @@ +print((lambda x: x[0]*x[1])(list(map(int, input().split())))//2) \ No newline at end of file