mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 133,
|
||||
"dislikes": 299,
|
||||
"dislikes": 298,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "2\n[[1],[2],[1,2]]\n[[1,2],[1,3],[2,3]]\n3\n[[2],[1,3],[1,2],[3]]\n[[1,4],[1,2],[3,4],[2,3]]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 5935, \"totalSubmissionRaw\": 14602, \"acRate\": \"40.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 5937, \"totalSubmissionRaw\": 14606, \"acRate\": \"40.6%\"}",
|
||||
"hints": [
|
||||
"You can just use brute force and find out for each language the number of users you need to teach",
|
||||
"Note that a user can appear in multiple friendships but you need to teach that user only once"
|
||||
|
Reference in New Issue
Block a user