chore(learn): Applied MDX format to Chinese curriculum files (#40462)

This commit is contained in:
Randell Dawson
2020-12-16 00:37:30 -07:00
committed by GitHub
parent 873fce02a2
commit 9ce4a02a41
1665 changed files with 58741 additions and 88042 deletions

View File

@ -1,55 +1,23 @@
---
id: 5900f4e11000cf542c50fff3
title: 问题372光线笔
challengeType: 5
videoUrl: ''
title: 问题372光线笔
---
## Description
<section id="description">令RMN为满足M的格点xy的数量<p>注意:代表楼层功能。 </p></section>
# --description--
## Instructions
<section id="instructions">
</section>
令RMN为满足M的格点xy的数量
## Tests
<section id='tests'>
注意:代表楼层功能。
```yml
tests:
- text: <code>euler372()</code>应该返回301450082318807040。
testString: assert.strictEqual(euler372(), 301450082318807040);
# --hints--
```
</section>
## Challenge Seed
<section id='challengeSeed'>
<div id='js-seed'>
`euler372()`应该返回301450082318807040。
```js
function euler372() {
// Good luck!
return true;
}
euler372();
assert.strictEqual(euler372(), 301450082318807040);
```
</div>
# --solutions--
</section>
## Solution
<section id='solution'>
```js
// solution required
```
/section>