1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 949,
"likes": 950,
"dislikes": 116,
"isLiked": null,
"similarQuestions": "[]",
@@ -125,7 +125,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"106.8K\", \"totalSubmission\": \"135.6K\", \"totalAcceptedRaw\": 106845, \"totalSubmissionRaw\": 135562, \"acRate\": \"78.8%\"}",
"stats": "{\"totalAccepted\": \"107K\", \"totalSubmission\": \"135.7K\", \"totalAcceptedRaw\": 106984, \"totalSubmissionRaw\": 135723, \"acRate\": \"78.8%\"}",
"hints": [
"Convert the number in an array of its digits.",
"Brute force on every digit to get the maximum number."