1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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?"