Help for this page

Select Code to Download


  1. or download this
      NUMBER : TOBYINK       JOHNGG        
      NUMBER : RESULT  TIME  RESULT  TIME  
    ...
       39783 : NO  0.000057  NO  0.065555  
       47083 : NO  0.000230  NO  0.170125  
      199933 : YES 0.000346  YES 0.778786
    
  2. or download this
    use 5.010;
    use strict;
    ...
        my $end = time();
        printf '%.06f  ', ($end - $start);
    }