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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 190,
"dislikes": 193,
"likes": 193,
"dislikes": 202,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Insurance\":[\"pid\",\"tiv_2015\",\"tiv_2016\",\"lat\",\"lon\"]},\"rows\":{\"Insurance\":[[1,10,5,10,10],[2,20,20,20,20],[3,10,30,20,20],[4,10,40,40,40]]}}",
@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"31.6K\", \"totalSubmission\": \"57.3K\", \"totalAcceptedRaw\": 31609, \"totalSubmissionRaw\": 57281, \"acRate\": \"55.2%\"}",
"stats": "{\"totalAccepted\": \"32.3K\", \"totalSubmission\": \"58.8K\", \"totalAcceptedRaw\": 32300, \"totalSubmissionRaw\": 58799, \"acRate\": \"54.9%\"}",
"hints": [
"Make the (LAT, LON) a pair to represent the location information"
],