euro denominations by mitchs

loop{n,*a=eval gets
m=10**5
15.times{a+=[m=m*2/(4+m%9/5)]*(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