Skip to content

Commit 18f564b

Browse files
authored
feat: update solutions to lc problem: No.1012 (#3545)
1 parent ce5147d commit 18f564b

File tree

12 files changed

+357
-964
lines changed

12 files changed

+357
-964
lines changed

solution/0700-0799/0788.Rotated Digits/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tags:
2929

3030
<pre><strong>输入:</strong> 10
3131
<strong>输出:</strong> 4
32-
<strong>解释:</strong>
32+
<strong>解释:</strong>
3333
在[1, 10]中有四个好数: 2, 5, 6, 9。
3434
注意 1 和 10 不是好数, 因为他们在旋转之后不变。
3535
</pre>

0 commit comments

Comments
 (0)