A, B = gets.split.map(&:to_i) puts (1 ..).find { |x| x % A == B % x }