mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1217,
|
||||
"dislikes": 1159,
|
||||
"likes": 1249,
|
||||
"dislikes": 1168,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"(()())(())\"\n\"(()())(())(()(()))\"\n\"()()\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"167.5K\", \"totalSubmission\": \"209.9K\", \"totalAcceptedRaw\": 167458, \"totalSubmissionRaw\": 209897, \"acRate\": \"79.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"170K\", \"totalSubmission\": \"213K\", \"totalAcceptedRaw\": 170003, \"totalSubmissionRaw\": 212953, \"acRate\": \"79.8%\"}",
|
||||
"hints": [
|
||||
"Can you find the primitive decomposition? The number of ( and ) characters must be equal."
|
||||
],
|
||||
|
Reference in New Issue
Block a user