use Math::BigInt; $x = $*IN; while(1){ $x=$x-1; if($x==0)break; my $input = $*IN; my $x = Math::BigInt->new($input); print $x->bsqrt(); }
Standard input is empty
===SORRY!=== Unable to find module 'Math::BigInt' in the @*INC directories. (@*INC contains: /home/qPby1k/.perl6/lib /usr/lib/parrot/2.7.0/languages/perl6/lib .)
Standard output is empty