作业帮 > 综合 > 作业

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

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/07/08 18:35:48
编程: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
完全初学者,请尽量详细,
这边的人c都还没搞懂,哪还有时间搞haskell