euro denominations by llhuii

while 1:n=input();v=10**5;s='';exec"v=v/2-v%9/5*v/10;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