chore(i8n,learn): processed translations

This commit is contained in:
Crowdin Bot
2021-02-06 04:42:36 +00:00
committed by Mrugesh Mohapatra
parent 15047f2d90
commit e5c44a3ae5
3274 changed files with 172122 additions and 14164 deletions

View File

@ -1,8 +1,8 @@
---
id: 5900f5171000cf542c510029
title: 问题426箱式球系统
title: 'Problem 426: Box-ball system'
challengeType: 5
videoUrl: ''
forumTopicId: 302096
dashedName: problem-426-box-ball-system
---
@ -24,7 +24,7 @@ Starting from the initial configuration (t0, t1, …, t10), the final state beco
# --hints--
`euler426()`应该返回31591886008
`euler426()` should return 31591886008.
```js
assert.strictEqual(euler426(), 31591886008);