Skip to content
Home
Blog
Algorithm
Projects
Toggle dark mode
Baekjoon 15700
Baekjoon
Python
2023년 2월 9일
1. Problem
문제 확인하기
2. Solution
x
,
y
=
map
(
int
,
input
(
)
.
split
(
)
)
print
(
x
*
y
//
2
)