Output Sequence by *yuko*

character*199::c(19)=""
do i=1,100;write(c(i/3-i/5+1)(max(i*2-10,i):),'(i0)')i;enddo
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