euro denominations by llhuii

while 1:n=int(input());v=1e5;s='';exec("v/=2+(v%9>3)/2;s+='+%d'%v*int(n/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