Help for this page

Select Code to Download


  1. or download this
    sub c {($a,$c)=@_;@c=@$c;grep$_,map{$a>$_?
      &{sub{$a-=$_*($b=int($a/$_));"$b x $_"}}:""} reverse @c}
    
  2. or download this
    sub c{($a,$c)=@_;@c=@$c;grep$_,map{$a>$_?
      &{sub{$a-=$_*($b=int$a/$_);"$b x $_"}}:""}reverse@c}