LeetCode 254. Factor Combinations(因式分解)
原题网址:https://leetcode.com/problems/factor-combinations/
Numbers can be regarded as product of its factors. For example,
8 = 2 x 2 x 2;
= 2 x 4.
Write a function that takes an integer n and
原创
2016-04-09 02:18:30 ·
2446 阅读 ·
0 评论