1.0 KiB
1.0 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f39a1000cf542c50fead | 5 | 问题46:哥德巴赫的另一个猜想 |
Description
Instructions
Tests
tests:
- text: <code>goldbachsOtherConjecture()</code>应返回5777。
testString: assert.strictEqual(goldbachsOtherConjecture(), 5777);
Challenge Seed
function goldbachsOtherConjecture() {
// Good luck!
return true;
}
goldbachsOtherConjecture();
Solution
// solution required
/section>