2024: 例题4.8

内存限制:128 MB 时间限制:2 S
题面:传统 评测方式:文本比较 上传者:
提交:3 通过:3

题目描述

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?

输入格式

输出格式

输入样例 复制

3 
7 
9901 

输出样例 复制

3
6
12

数据范围与提示

分类标签