Content deleted Content added
No edit summary |
Phil Boswell (talk | contribs) m →Perl golf: <source> |
||
Line 28:
The following [[Perl]] implementation is 90 [[byte]]s. It is shown here on several lines due to page width considerations, but it could be run as a one-liner.
<source lang=perl>
while($.<11){$_[11-$.]=sqrt(abs($x=<>))+5*$x**3}
map print(($_>400?"TOO LARGE":$_)."\n"),@_
</
==Python version==
|