In this problem, we simply need to print the number of ones in the smallest repunit. A repunit is a positive number like 11, 111, or 1111 in recreational mathematics that only has the digit 1. A repunit is of the form (10∗n−1)/9(10∗n−1)/9 Example (10∗10−1)...