Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl '2012';
    # "All operators (including basic math operations) are overloaded.
    ...
    my @result = big_factors(600851475143);
    
    say max @result;