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