Help for this page

Select Code to Download


  1. or download this
    main('90   35  29 + 90  24 29')
    
  2. or download this
    sub main {
        reduce(@ARGV);
    }
    
  3. or download this
    sub main {
        reduce(@_);
    }