码迷,mamicode.com
首页 > 其他好文 > 详细

UVA 10127题目描述

时间:2016-04-11 13:56:35      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:

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 ?le of integers at one integer per line.
Output
Each output line gives the smallest integer x > 0
such that p =
∑x−1
i=0 1×10i = a×b, where a is the
corresponding input integer, and b is an integer
greater than zero.
Sample Input
3
7
9901
Sample Output
3
6
12

UVA 10127题目描述

标签:

原文地址:http://www.cnblogs.com/guochen/p/5377715.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!