mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 233,
|
||||
"dislikes": 570,
|
||||
"likes": 237,
|
||||
"dislikes": 585,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\":{\"FriendRequest\":[\"sender_id\",\"send_to_id\",\"request_date\"],\"RequestAccepted\":[\"requester_id\",\"accepter_id\",\"accept_date\"]},\"rows\":{\"FriendRequest\":[[1,2,\"2016/06/01\"],[1,3,\"2016/06/01\"],[1,4,\"2016/06/01\"],[2,3,\"2016/06/02\"],[3,4,\"2016/06/09\"]],\"RequestAccepted\":[[1,2,\"2016/06/03\"],[1,3,\"2016/06/08\"],[2,3,\"2016/06/08\"],[3,4,\"2016/06/09\"],[3,4,\"2016/06/10\"]]}}",
|
||||
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"56.1K\", \"totalSubmission\": \"131.5K\", \"totalAcceptedRaw\": 56051, \"totalSubmissionRaw\": 131527, \"acRate\": \"42.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"57.4K\", \"totalSubmission\": \"134.7K\", \"totalAcceptedRaw\": 57405, \"totalSubmissionRaw\": 134709, \"acRate\": \"42.6%\"}",
|
||||
"hints": [
|
||||
"Still remember how to count the number of rows in a table?",
|
||||
"What is the keyword to filter the duplicated records in a table?"
|
||||
|
Reference in New Issue
Block a user