Multiply long version by *yuko*

character*99c;do1;read'(a)',c;c(20:)="1,1";read(c,*)i,j,k,l,m;1 print'(i0)',i*j*k*l*m;end

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

download

return to the top page