Help for this page

Select Code to Download


  1. or download this
    There are 31 three digit triangular numbers
    There are 307 five digit triangular numbers
    ...
    SIX:    820
    TEN:    153
    Elapsed time:    0.02    0    0    0
    
  2. or download this
    #!/usr/bin/perl -w # -*-Perl-*-
    
    ...
    }
    my @tim = times();
    print "Elapsed time:\t",join "\t", @tim,"\n";