👩💻 Join our community of thousands of amazing developers!
2847. Smallest Number With Given Digit Product Given a positive integer n, return a string representing the smallest positive integer such that the product of its digits is equal to n, or "-1" if no such number exists. ...