mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": "<p>给你两个整数 <code>a</code> 和 <code>b</code> ,<strong>不使用 </strong>运算符 <code>+</code> 和 <code>-</code> ,计算并返回两整数之和。</p>\n\n<p> </p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre>\n<strong>输入:</strong>a = 1, b = 2\n<strong>输出:</strong>3\n</pre>\n\n<p><strong>示例 2:</strong></p>\n\n<pre>\n<strong>输入:</strong>a = 2, b = 3\n<strong>输出:</strong>5\n</pre>\n\n<p> </p>\n\n<p><strong>提示:</strong></p>\n\n<ul>\n\t<li><code>-1000 <= a, b <= 1000</code></li>\n</ul>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 708,
|
||||
"likes": 709,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Add Two Numbers\", \"titleSlug\": \"add-two-numbers\", \"difficulty\": \"Medium\", \"translatedTitle\": \"\\u4e24\\u6570\\u76f8\\u52a0\", \"isPaidOnly\": false}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"116.5K\", \"totalSubmission\": \"187.4K\", \"totalAcceptedRaw\": 116458, \"totalSubmissionRaw\": 187442, \"acRate\": \"62.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"116.5K\", \"totalSubmission\": \"187.5K\", \"totalAcceptedRaw\": 116473, \"totalSubmissionRaw\": 187460, \"acRate\": \"62.1%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
|
Reference in New Issue
Block a user