Skip to content

feat: update solutions to lc problem: No.1012 #3545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: update solutions to lc problem: No.1012
No.1012.Numbers With Repeated Digits
  • Loading branch information
yanglbme committed Sep 20, 2024
commit 112a4375e02c9cb92c1e218e5ec10fdc4523169b
2 changes: 1 addition & 1 deletion solution/0700-0799/0788.Rotated Digits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tags:

<pre><strong>输入:</strong> 10
<strong>输出:</strong> 4
<strong>解释:</strong>
<strong>解释:</strong>
在[1, 10]中有四个好数: 2, 5, 6, 9。
注意 1 和 10 不是好数, 因为他们在旋转之后不变。
</pre>
Expand Down
Loading
Loading