Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
        return @ans;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
        return @ans;
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
      $sum+=$_ for @_;
      $sum;
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
      $sum+=$_ for @_;
      $sum;
    }
    
  5. or download this
    use strict;
    use warnings;
    ...
        } @_;
    }