a, b = gets.chomp.split(" ").map(&:to_i) if a < b x = b - a if a == 1 x -= 1 end puts x else puts 2000000000 - b - 1 end