GCD Again by nfouille

#!perl -anl\x0d
sub G{my($x,$y)=@_;($x,$y)=($y,$x%$y)while$y;$x}sub M{$x=shift;$x=G$x,shift while@_;$x};print M@F if$.>1&&$.&1

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

download

return to the top page