matyr #4306(2007/11/22 00:11 GMT) [ JavaScript ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9 10 11
function doukaku89(n, m){ if(--m < 1) return [[n]]; for(var r = [], i = n, x = 0; i >= 0; i--) for(var a = arguments.callee(n - i, m), j = 0, l = a.length; j < l; j++) r[x++] = (a[j].unshift(i), a[j]); return r; } (typeof alert != 'undefined' ? alert : typeof print != 'undefined' ? print : function($){ typeof WSH == 'object' && WSH.echo($) })(doukaku89(5, 3).join('\n'))
Rating0/0=0.00-0+
[ reply ]
matyr
#4306()
[
JavaScript
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]