# Enter your code here. Read input from STDIN. Print output to STDOUT n,m=map(int,raw_input().split()) print min(n-1+(m-1)*n,m-1+(n-1)*m)