提交时间:2024-07-30 02:50:20

运行 ID: 49891

a,b = map(int,input().split(' ')) print(a*b-a-b)