h,w=gets.split.map &:to_i a=$<.map{|b|b.split.map &:to_i}.flatten.sort h.times{|x|puts a[x*w...x*w+w].join' '}