[백준]B3-2163

py_code·2021년 1월 8일
0

백준-브론즈3

목록 보기
30/38

n,m = map(int, input().split())
print(n-1 + (m-1)*n)
profile
개발자를 꿈꿉니다.

0개의 댓글