chore(learn): Applied MDX format to Chinese curriculum files (#40462)
This commit is contained in:
@ -1,55 +1,21 @@
|
||||
---
|
||||
id: 5900f4661000cf542c50ff78
|
||||
title: 问题250:250250
|
||||
challengeType: 5
|
||||
videoUrl: ''
|
||||
title: 问题250:250250
|
||||
---
|
||||
|
||||
## Description
|
||||
<section id="description">找到{11,22,33,...,250250250250}的非空子集的数量,其元素的总和可被250整除。输入最右边的16位作为答案。 </section>
|
||||
# --description--
|
||||
|
||||
## Instructions
|
||||
<section id="instructions">
|
||||
</section>
|
||||
找到{11,22,33,...,250250250250}的非空子集的数量,其元素的总和可被250整除。输入最右边的16位作为答案。
|
||||
|
||||
## Tests
|
||||
<section id='tests'>
|
||||
# --hints--
|
||||
|
||||
```yml
|
||||
tests:
|
||||
- text: <code>euler250()</code>应该返回1425480602091519。
|
||||
testString: assert.strictEqual(euler250(), 1425480602091519);
|
||||
|
||||
```
|
||||
|
||||
</section>
|
||||
|
||||
## Challenge Seed
|
||||
<section id='challengeSeed'>
|
||||
|
||||
<div id='js-seed'>
|
||||
`euler250()`应该返回1425480602091519。
|
||||
|
||||
```js
|
||||
function euler250() {
|
||||
// Good luck!
|
||||
return true;
|
||||
}
|
||||
|
||||
euler250();
|
||||
|
||||
assert.strictEqual(euler250(), 1425480602091519);
|
||||
```
|
||||
|
||||
</div>
|
||||
# --solutions--
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
## Solution
|
||||
<section id='solution'>
|
||||
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
|
||||
/section>
|
||||
|
Reference in New Issue
Block a user