Computer Science, asked by anirudhvemula123, 6 hours ago

write a python program to print the digits of n that divides n​

Answers

Answered by ananyagaba
1

Answer:

Count digits in given number N which divide N

Given a number N which may be 10^5 digits long, the task is to count all the digits in N which divide N. Divisibility by 0 is not allowed. If any digit in N which is repeated divides N, then all repetitions of that digit should be counted i. e., N = 122324, here 2 divides N and it appears 3 times. So count for digit 2 will be 3.

Attachments:
Answered by shreyashukla31
0

Explanation:

i hope it helps you

if it helps then mark my answer as a brainlist

Attachments:
Similar questions