Preparando MOJI

Little Elephant and Numbers

2000ms 262144K

Description:

The Little Elephant loves numbers.

He has a positive integer x. The Little Elephant wants to find the number of positive integers d, such that d is the divisor of x, and x and d have at least one common (the same) digit in their decimal representations.

Help the Little Elephant to find the described number.

Input:

A single line contains a single integer x (1 ≤ x ≤ 109).

Output:

In a single line print an integer — the answer to the problem.

Sample Input:

1

Sample Output:

1

Sample Input:

10

Sample Output:

2

Informação

Codeforces

Provedor Codeforces

Código CF221B

Tags

implementation

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:39:02

Relacionados

Nada ainda