能力值:
( LV2,RANK:10 )
|
-
-
2 楼
看了下,觉得确实不错,呵呵
|
能力值:
( LV4,RANK:50 )
|
-
-
3 楼
先算一题:
1
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum of all the multiples of 3 or 5 below 1000.
3。。。。。999 5。。。。。。。995
3(1+333)*332/2+5(1+199)*198/2=166332+99000=265332
|
能力值:
( LV2,RANK:150 )
|
-
-
4 楼
你确信没有理解错题目的意思,你这样算应该不正确的 ,对于像能够整除3和5的数,岂不是将会重复计算。再去想想。
|
能力值:
( LV4,RANK:50 )
|
-
-
5 楼
A∪B = A+B - A∩B
忘减15,30.。。。。。。。。。990列了
(1+333)333*3/2+(1+199)*199*5/2-(1+66)66*15/2=333666+199000-66330=233168
Congratulations, the answer you gave to problem 1 is correct.
|
能力值:
( LV2,RANK:150 )
|
-
-
6 楼
很好啊。我现在也是正在刷题,能够做到100+就有不错的基础了。
|
能力值:
( LV4,RANK:50 )
|
-
-
7 楼
Problem 2
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:
1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms
xn = xn-1 + xn-2
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578, 5702887,
偶数项列和S(n) <4000000
可能是Σ F(3n-2)<4000000
找不到公式。。。。。。。
2+ 8+34+144+610+2584+10946+46368+196418+832040+3524578=4613750
怎麽也不能得到n=4613732。。。?
|
能力值:
( LV4,RANK:50 )
|
-
-
8 楼
Problem 3
6857
Congratulations, the answer you gave to problem 3 is correct.
sage: factor(600851475143)
71 * 839 * 1471 * 685771 * 839 * 1471 * 6857
|
能力值:
( LV4,RANK:50 )
|
-
-
9 楼
Problem 4
回文数(palindromic number)
GOOGLE.COM
906609
|
能力值:
( LV4,RANK:50 )
|
-
-
10 楼
Problem 5
GOOGLE.COM 哈哈
232792560
Congratulations, the answer you gave to problem 5 is correct.
|
能力值:
( LV2,RANK:150 )
|
-
-
11 楼
有个疑问,你是自己运算得到结果还是只是把搜到的答案提交上去呢?我只能够说这样做对你是没有任何帮助的,排名只是浮云,能力的上涨才是最根本的,希望能够端正学习的态度。
|
能力值:
( LV2,RANK:10 )
|
-
-
12 楼
好久没有看数论了,值得好好学习下!就是有点难!
|
能力值:
( LV2,RANK:10 )
在线值:

|
-
-
13 楼
做了10题的过来报到一下。这个其实和
http://poj.org/
上面的题目差不多,也很有意思。同样推荐一下。
|
能力值:
( LV2,RANK:150 )
|
-
-
14 楼
ACM的题目应该要求更高一点,还有很多好的网址,Roba写过一篇文章有介绍的。
|
能力值:
( LV4,RANK:50 )
|
-
-
15 楼
很花时间啊
|