Difference of by *yuko*

integer a(10);read'(10i1)',a;do i=1,10;print'(10i1)',a(i:);a(2:)=abs(a(2:)-a(:9));enddo;end

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

download

return to the top page