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,25 @@
---
id: 5900f52c1000cf542c51003d
title: 问题446撤回B.
challengeType: 5
videoUrl: ''
title: 问题446撤回B.
---
## Description
<section id="description">对于每个整数n&gt; 1函数族fnab由fnabx≡ax+ b mod n定义为abx整数和0 <p>对于1≤n≤NFN=ΣRn4 + 4。 F1024= 77532377300600。 </p><p>求F107mod 1 000 000 007 </p></section>
# --description--
## Instructions
<section id="instructions">
</section>
对于每个整数n> 1函数族fnab由fnabx≡ax+ b mod n定义为abx整数和0
## Tests
<section id='tests'>
对于1≤n≤NFN=ΣRn4 + 4。 F1024= 77532377300600。
```yml
tests:
- text: <code>euler446()</code>应该返回907803852。
testString: assert.strictEqual(euler446(), 907803852);
求F107mod 1 000 000 007
```
# --hints--
</section>
## Challenge Seed
<section id='challengeSeed'>
<div id='js-seed'>
`euler446()`应该返回907803852。
```js
function euler446() {
// Good luck!
return true;
}
euler446();
assert.strictEqual(euler446(), 907803852);
```
</div>
# --solutions--
</section>
## Solution
<section id='solution'>
```js
// solution required
```
/section>