fork download
  1. use bignum;
  2.  
  3. $x = $*IN;
  4. while(1){
  5. $x=$x-1;
  6. if($x==0)break;
  7. my $input = $*IN;
  8. my $x = Math::BigInt->new($input);
  9. print $x->bsqrt();
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Unable to find module 'bignum' in the @*INC directories.
(@*INC contains:
  /home/mvfjAi/.perl6/lib
  /usr/lib/parrot/2.7.0/languages/perl6/lib
  .)
stdout
Standard output is empty