Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MMath::GMP -le "print int(Math::GMP->new(311) ** 100);"
    385227681
    
  2. or download this
    C:\>perl -MMath::GMPz=":mpz" -le "print Rmpz_get_ui(Math::GMPz->new(31
    +1) ** 100);"
    385227681
    ...
    
    C:\>perl -MMath::GMPz -le "$x = (Math::GMPz->new(311) ** 100) & 429496
    +7295; print $x;"
    385227681