A,B=map(int,input().split()) print("{}".format(A+B-abs(A-B) if A!=B else A+B-1))