Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            }
        }
    }
    
  2. or download this
    $ perl N_among_M.pl
    1 2 3
    ...
    2 3 5
    2 4 5
    3 4 5
    
  3. or download this
    $ perl N_among_M.pl
    1 2 3 4
    ...
    6 7 9 10
    6 8 9 10
    7 8 9 10
    
  4. or download this
    $ time perl N_among_M.pl
    167960
    ...
    user    0m0.499s
    sys     0m0.015s