3 lines
82 B
Text
3 lines
82 B
Text
|
|
M=matrix(10,10,i,j,random(20)+1);
|
||
|
|
for(i=1,10,for(j=1,10,if(M[i,j]==20,break(2))))
|