Help for this page

Select Code to Download


  1. or download this
    use Set::IntSpan;
    
    ...
    $set = $set->complement()->intersect(
        Set::IntSpan->new($set->min . "-" . $set->max));
    print $set->run_list(), "\n";
    
  2. or download this
    41891,41893-41894