You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2><ahref="https://leetcode.com/problems/smallest-divisible-digit-product-i/">3345. Smallest Divisible Digit Product I</a></h2><h3>Easy</h3><hr><div><p>You are given two integers <code>n</code> and <code>t</code>. Return the <strong>smallest</strong> number greater than or equal to <code>n</code> such that the <strong>product of its digits</strong> is divisible by <code>t</code>.</p>
2
+
3
+
<p> </p>
4
+
<p><strongclass="example">Example 1:</strong></p>
5
+
6
+
<divclass="example-block">
7
+
<p><strong>Input:</strong> <spanclass="example-io">n = 10, t = 2</span></p>
0 commit comments