C = (gets + gets).chomp ans = C.gsub("\n", "").split("x").map(&:size).max puts ans