Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    
    &main();
    exit(0);
    
  2. or download this
    public class NQ {
        boolean[][] bd; 
    ...
            System.out.println("Elapsed time (msec): " + ept);
        }
    }
    
  3. or download this
    use strict;
    use vars qw/ @bd $size /;
    ...
    }
    
    1;