mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 133,
|
||||
"dislikes": 298,
|
||||
"likes": 143,
|
||||
"dislikes": 299,
|
||||
"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\": 5937, \"totalSubmissionRaw\": 14606, \"acRate\": \"40.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"14.8K\", \"totalAcceptedRaw\": 6048, \"totalSubmissionRaw\": 14838, \"acRate\": \"40.8%\"}",
|
||||
"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