-Code
n, m = map(int, input().split())
print(n * m - 1 if n % 2 and m % 2 else n * m)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 6190번 Another Cow Number Game (0) | 2024.08.26 |
---|---|
[백준/파이썬] 6975번 Deficient, Perfect, and Abundant (0) | 2024.08.25 |
[백준/파이썬] 11294번 Numbers (0) | 2024.08.23 |
[백준/파이썬] 10501번 Ragged Right (0) | 2024.08.22 |
[백준/파이썬] 21614번 Secret Instructions (0) | 2024.08.21 |