Output Sequence by *yuko*

character*199::c(19)=""
do1 i=1,100;1 write(c(i/3-i/5+1)(max(i*2-10,i):),'(i0)')i
print'(a)',(trim(c(i)),i=1,15);end

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

download

return to the top page