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