x="N=";y=",A=" 10.times{|i| print x,i+1,y,i/2+1;puts} 4.times{|u| 22.times{|i| print x,i+11+u*22,y,6+u;puts}} print x,99,y,10