euro denominations by mitchs (llhuii)

while 1:n=input();v=10**5;s='';exec"v=v*2/(4+v%9/5);s+=n/v*('+'+`v`);n%=v;"*15;print s[1:]

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

download

return to the top page