TPK algorithm: Difference between revisions

Content deleted Content added
Perl golf: 74->73
Perl golf: 73->79. published a wrong code.
Line 26:
 
==Perl golf==
The following [[Perl]] implementation is 7379 [[byte]]s.
 
<source lang=perl>
map print(($_>400?"TOO LARGE":$_).$/),reverse map 5*($x=<>*5)**3+sqrt abs$_x,1..11
</source>