프로그래밍_일반/백준
boj 2163
Spadework
2020. 2. 3. 18:55
* Solved 기준 브론즈3 단순 풀이
n, m = map(int, input().split())
print(n*m-1)