본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 31995번 게임말 올려놓기

by 현장 2024. 7. 29.

-Code

n = int(input()) - 1
m = int(input()) - 1

print(n * m * 2)