Triangle by *yuko*

var j,k,m,n:comp=99;begin read(n);repeat j:=k;m:=k*(k-1)div 2;while m<n do
begin j:=j+1;write(m+1,(^`^j)[(m+j)div n+1]);m:=m+j end;k:=k-1until k=0end.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page