Search
⌘K

Leetcode 2520. Count the Digits That Divide a Number

Count how many digits of a given integer num (counting repeated digits) evenly divide num (i.e., num % digit == 0). Constraint: 1 <= num <= 10^9 and num contains no 0 digits.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.