1. Multiples of 3 or 5

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. 3 或 5 的倍数

10 的正整数 1 中,是 35 的倍数的数有 3,5,6,9,这些数的和是 23

1000 的正整数中,所有 35 的倍数的和。


这个链接 回到源站。

这个链接 回到详细版题目目录。


1 显然,本题的命题人不认为 0 是自然数,而这个问题目前尚待商榷。所以此处我们不将 natural number 译为 "自然数",而直接译为 "正整数"。