import sys,bisect input=lambda:sys.stdin.readline().rstrip() mod=998244353 N,X,Y=map(int,input().split()) if X>Y: X,Y=Y,X N=Y-X+1-(X>1)-(Y