mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"11.1K\", \"totalSubmission\": \"20.4K\", \"totalAcceptedRaw\": 11142, \"totalSubmissionRaw\": 20437, \"acRate\": \"54.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.6K\", \"totalSubmission\": \"21.6K\", \"totalAcceptedRaw\": 11561, \"totalSubmissionRaw\": 21583, \"acRate\": \"53.6%\"}",
|
||||
"hints": [
|
||||
"Make the (LAT, LON) a pair to represent the location information"
|
||||
],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "{\"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]]}}",
|
||||
"sampleTestCase": "{\"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]]}}",
|
||||
"metaData": "{\n \"mysql\": [\n \"Create Table If Not Exists Insurance (pid int, tiv_2015 float, tiv_2016 float, lat float, lon float)\"\n ],\n \"mssql\": [\n \"Create Table Insurance (pid int, tiv_2015 float, tiv_2016 float, lat float, lon float)\"\n ],\n \"oraclesql\": [\n \"Create Table Insurance (pid int, tiv_2015 float, tiv_2016 float, lat float, lon float)\"\n ],\n \"database\": true\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user