Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print join "\n", grep { length $+{$_} } keys %+; print "\n";
    
    __END__
    
  2. or download this
    # a partition problem as a special case
    my $max_weight = 136;
    ...
      i => { w => 42, v => 42 },
      j => { w => 49, v => 49 },
    );