编程:haskell的简单习题.3题

问题描述:

编程:haskell的简单习题.3题
1.Find the sum of all the multiples of 3 or 5 below 1000.
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,...
Find the sum of all the even-valued terms in the sequence which do not exceed four million.
3.The prime factors of 13195 are 5,7,13 and 29.
What is the largest prime factor of the number 600851475143
完全初学者,请尽量详细,
1个回答 分类:综合 2014-11-05

问题解答:

我来补答
这边的人c都还没搞懂,哪还有时间搞haskell
 
 
展开全文阅读
剩余:2000
下一页:练习2.3