a = gets.chomp.to_i b = gets.chomp.to_i c = a+b d = a*b puts c.gcd(d)