Help for this page

Select Code to Download


  1. or download this
    use Math::BigInt ();
    
    ...
    
    @c = grep { $_ != 1 } @c;
    @d = grep { $_ != 1 } @d;
    
  2. or download this
    use Math::BigInt       ();
    use Math::Big::Factors ();
    ...
    
    @c = grep { $_ != 1 } @c;
    @d = grep { $_ != 1 } @d;