mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 63,
|
||||
"dislikes": 33,
|
||||
"dislikes": 36,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[0,0,1,0,1,1,1,1]\n[0,0,1,1,0]\n[1,0,1,0,1,0,1,0]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.3K\", \"totalSubmission\": \"2.1K\", \"totalAcceptedRaw\": 1318, \"totalSubmissionRaw\": 2132, \"acRate\": \"61.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.4K\", \"totalSubmission\": \"2.2K\", \"totalAcceptedRaw\": 1353, \"totalSubmissionRaw\": 2177, \"acRate\": \"62.1%\"}",
|
||||
"hints": [
|
||||
"If you find that 2 indexes in the array (id1, id2) have the same value (nums [id1] == nums [id2]), you could infer the values of (x, y) based on the results of query (id1, id2, x, y)."
|
||||
],
|
||||
|
Reference in New Issue
Block a user