Difference of by Pascal

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

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

download

return to the top page