Help for this page

Select Code to Download


  1. or download this
    use List::Util      qw( min );
    use List::MoreUtils qw( any );
    ...
    print("$time: begin cooking\n");
    $time += $target;
    print("$time: end cooking\n");
    
  2. or download this
    0: begin 7
    0: begin 4
    ...
    16: begin 4
    16: begin cooking
    21: end cooking