PYTHON--欧拉习题一

发布时间:2019-06-30 16:53:12编辑:auto阅读(1513)

    练习题来源:

    https://projecteuler.net/archives

    Problem 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.


    问题1:

    在10(不包括10)以内的自然数中,能够被3或5整除的数字有3、5、6、9,他们的和是23.

    请找出1000以内(不包括1000),能被3或者5整除的自然数的和。




关键字