a,b = map(int,input().split()) print(b*2-1) if a==b else print(b*2)