Skip to content

Commit 9299a57

Browse files
aQuaaQua
aQua
authored and
aQua
committed
639 修订细节
1 parent 73cffe1 commit 9299a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithms/0639.decode-ways-ii/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Beyond that, now the encoded string can also contain the character '*', which ca
1414

1515
Given the encoded message containing digits and the character '*', return the total number of ways to decode it.
1616

17-
Also, since the answer may be very large, you should return the output mod 109 + 7.
17+
Also, since the answer may be very large, you should return the output mod 10^9 + 7.
1818

1919
```
2020
Example 1:

0 commit comments

Comments
 (0)