摘要:
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For example,If n = 4 and k = 2, a solution is: 求C(k,n)的所有结果。 阅读全文
posted @ 2016-10-16 16:20
xiaoba1203
阅读(279)
评论(0)
推荐(0)