Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print(calcIt(10), "\n");  # 11440
    print(calcIt(20), "\n");  # 657800
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print(calcIt(10), "\n");  # 11440
    print(calcIt(20), "\n");  # 657800