Find the smallest number whose digits multiply to a given number n
摘要:
Given a number ‘n’, find the smallest number ‘p’ such that if we multiply all digits of ‘p’, we get ‘n’. The result ‘p’ should have minimum two digits... 阅读全文
posted @ 2014-07-16 05:49 Step-BY-Step 阅读(297) 评论(0) 推荐(0) 编辑