코딩테스트/BOJ

[Python] 백준 2163번 : 초콜릿 자르기

이긍빈 2021. 4. 9. 19:11

 

 


n, m = map(int, input("").split())

print(n*m-1)