Improve Chinese translation in euler-problem-1 (#29917)
* Improve Chinese translation in euler-problem-1 * Delete temporary reference text
This commit is contained in:
@ -7,7 +7,10 @@ localeTitle: 问题1:3和5的倍数
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
<section id="description">如果我们列出10以下是3或5的倍数的所有自然数,我们得到3,5,6和9.这些倍数的总和是23.求出所提供参数以下3或5的所有倍数的总和价值<code>number</code> 。 </section>
|
<section id="description">
|
||||||
|
如果我们列出所有10以下是3或5的倍数的自然数,我们会得到3,5,6和9。这些倍数的总和是23。
|
||||||
|
求出所有在<code>number</code>以下的3或5的倍数的总和。
|
||||||
|
</section>
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
<section id="instructions">
|
<section id="instructions">
|
||||||
|
Reference in New Issue
Block a user