fork download
  1. set.seed(4);x=1:121;y=x[!(x%%11 %in% 0:1|(x-1)%/%11 %in% c(0,10))];z=sample(y,10);x=x*0;for(t in z){p=t+c(-10:-12,-1,1,10:12);x[p]=x[p]+1};x[z]=9;mmatrix(x[y],9);m[m==9]='*';m
Success #stdin #stdout #stderr 0.16s 175424KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: could not find function "mmatrix"
Execution halted