A,B = map(int,input().split()) ans = max(2 * max(A,B) -1,0) print(ans)