chore(i18n,learn): processed translations (#45599)
This commit is contained in:
@ -16,7 +16,9 @@ dashedName: problem-244-sliders
|
||||
|
||||
それぞれの経路について、下記 (擬似コード) によってそのチェックサムが計算されます。
|
||||
|
||||
$$\begin{align} & \text{チェックサム} = 0 \\\\ & \text{チェックサム} = (\text{チェックサム} × 243 + m_1) \\; \text{mod} \\; 100\\,000\\,007 \\\\ & \text{チェックサム} = (\text{チェックサム} × 243 + m_2) \\; \text{mod} \\; 100\\,000\\,007 \\\\ & \ldots \\\\ & \text{チェックサム} = (\text{チェックサム} × 243 + m_n) \\; \text{mod} \\; 100\\,000\\,007 \end{align}$$
|
||||
$$\begin{align} & \text{チェックサム} = 0 \\\\
|
||||
& \text{チェックサム} = (\text{チェックサム} × 243 + m_1) \\; \text{mod} \\; 100\\,000\\,007 \\\\ & \text{チェックサム} = (\text{チェックサム} × 243 + m_2) \\; \text{mod} \\; 100\\,000\\,007 \\\\
|
||||
& \ldots \\\\ & \text{チェックサム} = (\text{チェックサム} × 243 + m_n) \\; \text{mod} \\; 100\\,000\\,007 \end{align}$$
|
||||
|
||||
ここで、$m_k$ は移動を表す文字列の $k$ 番目の文字の ASCII コード値です。この移動の ASCII コードを下表に示します。
|
||||
|
||||
|
Reference in New Issue
Block a user