1 2 3 4 5
const iteration = parseInt(readline()); const size = parseInt(readline()); for (let i = 0; i < size; i++) { const ROW = readline(); }