mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": "<p>给定一个非负整数 <code>c</code> ,你要判断是否存在两个整数 <code>a</code> 和 <code>b</code>,使得 <code>a<sup>2</sup> + b<sup>2</sup> = c</code> 。</p>\n\n<p> </p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre>\n<strong>输入:</strong>c = 5\n<strong>输出:</strong>true\n<strong>解释:</strong>1 * 1 + 2 * 2 = 5\n</pre>\n\n<p><strong>示例 2:</strong></p>\n\n<pre>\n<strong>输入:</strong>c = 3\n<strong>输出:</strong>false\n</pre>\n\n<p> </p>\n\n<p><strong>提示:</strong></p>\n\n<ul>\n\t<li><code>0 <= c <= 2<sup>31</sup> - 1</code></li>\n</ul>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 334,
|
||||
"likes": 347,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Valid Perfect Square\", \"titleSlug\": \"valid-perfect-square\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u6709\\u6548\\u7684\\u5b8c\\u5168\\u5e73\\u65b9\\u6570\"}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"104.9K\", \"totalSubmission\": \"268.5K\", \"totalAcceptedRaw\": 104882, \"totalSubmissionRaw\": 268534, \"acRate\": \"39.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"108.3K\", \"totalSubmission\": \"277.8K\", \"totalAcceptedRaw\": 108276, \"totalSubmissionRaw\": 277756, \"acRate\": \"39.0%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
|
Reference in New Issue
Block a user