A, B = map(int, input().split()) print(min(min(A, B)*2, A+B-1))