javascript:var a=[],n=parseInt(prompt("n:")),m=parseInt(prompt("m:"));for(let сч1=0;сч1<10;сч1++){let стр=[];for(let сч2=0;сч2<10;сч2++)стр.push(Math.floor(n+Math.random()*(m+1-n)));a.push(стр);}for(let сч=0;сч<10;сч++)document.write(a[сч]+"<br />");
javascript:var a=[],n=parseInt(prompt("n:")),m=parseInt(prompt("m:"));for(let сч1=0;сч1<10;сч1++){let стр=[];for(let сч2=0;сч2<10;сч2++)стр.push(Math.floor(n+Math.random()*(m+1-n)));a.push(стр);}for(let сч=0;сч<10;сч++)document.write(a[сч]+"<br />");