Tak z _FIXED_ by teebee(zetamatta)

#!perl -pla
sub f{my($x,$y,$z)=@_;${"@_"}//=$x>$y?f(f($x-5,$y,$z),f($y-5,$z,$x),f($z-5,@_)):$z}$_=f@F

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

download

return to the top page