由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - A tricky question
相关主题
求助,刚拿到offer,如何negotiate工资 (转载)有人找startup的吗
fb面经里的这个题有优于O(n^2)的解法么?问个AMAZON以前没讨论出结果的题
贡献个题借人气求一下祝福吧。
Can anyone help me analyze my case问下第二个工作如果是Part time,有没有工作小时要求
programming pearl看不懂这个题C++ 一问?
谁有兴趣做道题?请帮忙改改code
关于网投时要不要sponsorship的问题问个google面试题
Help about OPT!!Introduction to Salary Negotiation
相关话题的讨论汇总
话题: digit话题: value话题: 96005话题: satisfies
进入JobHunting版参与讨论
1 (共1页)
y***n
发帖数: 175
1
Find the max integer which satisfies the following requirement:
Starting from left most digit, each digit's position k can be counted as 1,
2, 3, ...., n
The number left to this digit (including current digit), should be divisible
by the current count.
Example:
96005
k=1, value is 9
k=2, value is 96
k=3, value is 960
k=4, value is 9600
k=5, value is 96005
So this int satisfy the requirement, but of course this is just example, so
not the max int satisfies this
requirement.
Any idea how to solve it mathematically or programmatically?
x*****p
发帖数: 1707
2
98765456405
y***n
发帖数: 175
3
details, please :)
x*****p
发帖数: 1707
4
我用程序找到的下面的数可以直接让count到100. 我怀疑没有最大数
98765456405070085200025000001000020802000000002000001000000000000000
00000000000000000040208000000000
p*******e
发帖数: 37
5
至少可以是9876545640546

【在 x*****p 的大作中提到】
: 98765456405
y***n
发帖数: 175
6
Can you paste your code here?
p*******e
发帖数: 37
7
最大数是有可能有的,因为在最后一位只有10种可能的情况下,对于大于10的质数
是有可能除不尽的。

【在 x*****p 的大作中提到】
: 我用程序找到的下面的数可以直接让count到100. 我怀疑没有最大数
: 98765456405070085200025000001000020802000000002000001000000000000000
: 00000000000000000040208000000000

1 (共1页)
进入JobHunting版参与讨论
相关主题
Introduction to Salary Negotiationprogramming pearl看不懂这个题
CLRS上的一道题谁有兴趣做道题?
刚刚follow up HM关于网投时要不要sponsorship的问题
请教 financial advisor 这种工作是干啥的啊? (转载)Help about OPT!!
求助,刚拿到offer,如何negotiate工资 (转载)有人找startup的吗
fb面经里的这个题有优于O(n^2)的解法么?问个AMAZON以前没讨论出结果的题
贡献个题借人气求一下祝福吧。
Can anyone help me analyze my case问下第二个工作如果是Part time,有没有工作小时要求
相关话题的讨论汇总
话题: digit话题: value话题: 96005话题: satisfies