ON bit fixed by nn

[b,n]=readline().split(' ')
!function f(c,s){!b--|c<0?c||print(s):f(c-1,s+0)+f(c,s+1);++b}(b-n,'')

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

download

return to the top page