3345. Smallest Divisible Digit Product I
You are given two integers
n
andt
. Return the smallest number greater than or equal ton
such that the product of its digits is divisible byt
.
1 | class Solution { |
3345. Smallest Divisible Digit Product I
You are given two integers
n
andt
. Return the smallest number greater than or equal ton
such that the product of its digits is divisible byt
.
1 | class Solution { |