#!/usr/bin/ruby a,b=2.times.map{ gets.to_i.times.map{gets.chomp} } raise