Write a program to find the smallest integer value 'b'
for the given value of'a'. If we multiply the digits of
'b', we should get the exact value of 'a'. Result 'b' must
contain more than one digit.
Constraints:
1<=a<=10000
Examples:
Input: 10
Output: 25
Explanation: 2*5 = 10. Hence 25 is the smallest value
for 10.
Input: 56
Output: 78
Explanation: 7*8 = 56
Input: 150
Output: 556
Explanation: 5*5*6 = 150
Answers
Answered by
7
Can you say clearly mate.....!!!
Answered by
0
Answer:
what is your question ..??
Similar questions