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 @@
|
||||
"translatedContent": "<p>给定由一些正数(代表长度)组成的数组 <code>nums</code> ,返回 <em>由其中三个长度组成的、<strong>面积不为零</strong>的三角形的最大周长</em> 。如果不能形成任何面积不为零的三角形,返回 <code>0</code>。</p>\n\n<p> </p>\n\n<ol>\n</ol>\n\n<p><strong>示例 1:</strong></p>\n\n<pre>\n<strong>输入:</strong>nums = [2,1,2]\n<strong>输出:</strong>5\n</pre>\n\n<p><strong>示例 2:</strong></p>\n\n<pre>\n<strong>输入:</strong>nums = [1,2,1]\n<strong>输出:</strong>0\n</pre>\n\n<p> </p>\n\n<p><strong>提示:</strong></p>\n\n<ul>\n\t<li><code>3 <= nums.length <= 10<sup>4</sup></code></li>\n\t<li><code>1 <= nums[i] <= 10<sup>6</sup></code></li>\n</ul>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 178,
|
||||
"likes": 187,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Largest Triangle Area\", \"titleSlug\": \"largest-triangle-area\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u6700\\u5927\\u4e09\\u89d2\\u5f62\\u9762\\u79ef\"}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"62.9K\", \"totalSubmission\": \"106.6K\", \"totalAcceptedRaw\": 62929, \"totalSubmissionRaw\": 106648, \"acRate\": \"59.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"65.4K\", \"totalSubmission\": \"111.1K\", \"totalAcceptedRaw\": 65391, \"totalSubmissionRaw\": 111111, \"acRate\": \"58.9%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "115",
|
||||
|
Reference in New Issue
Block a user