euro denominations by mitchs (llhuii)

loop{n,*a=eval gets
m=10**5
15.times{a+=[m=m/2-m%9/5*m/10]*(n/m);n%=m}
puts a*'+'}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page