Problem description:
source: https://uva.onlinejudge.org/external/101/10127.html
Given any integer 0 ≤ n ≤ 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1’s. How many digits are in the smallest such a multiple of n?
Input
A fle of integers at one integer per line.
Output
source: https://uva.onlinejudge.org/external/101/10127.html
Given any integer 0 ≤ n ≤ 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1’s. How many digits are in the smallest such a multiple of n?
Input
A fle of integers at one integer per line.
Output