x,y=map(int,input().split());print(y-1 if x>=y else -1)