while 1:z=input();print(z/50*' 50'+z/10%5*' 10'+z/5%2*' 5'+z%5*' 1')[1:]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page