T = gets.to_i T.times do a, b = gets.split.map(&:to_i) puts b + a * b end