You are given an integer n, write a program to find the smallest multiple of n which consists of digits 0 and 1 only.
n
Problem Note
Example 1
Input: n = 18Output: 1111111110