mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 16,
|
||||
"dislikes": 4,
|
||||
"dislikes": 5,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[1,1],[6,1]]\n2\n[[3,3],[1,2],[9,2]]\n2\n[[3,3],[1,2],[9,2]]\n3",
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"410\", \"totalSubmission\": \"944\", \"totalAcceptedRaw\": 410, \"totalSubmissionRaw\": 944, \"acRate\": \"43.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"432\", \"totalSubmission\": \"989\", \"totalAcceptedRaw\": 432, \"totalSubmissionRaw\": 989, \"acRate\": \"43.7%\"}",
|
||||
"hints": [
|
||||
"n is very small, how can we use that?",
|
||||
"What shape is the region when two viruses intersect?"
|
||||
|
Reference in New Issue
Block a user