#!/bin/python import sys n,m = raw_input().strip().split(' ') n,m = [int(n),int(m)] print (n-1) + (m-1)*n