1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-21 13:06:47 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -12,7 +12,7 @@
"translatedContent": "<p>给定两个字符串形式的非负整数&nbsp;<code>num1</code> 和<code>num2</code>&nbsp;,计算它们的和并同样以字符串形式返回。</p>\n\n<p>你不能使用任何內建的用于处理大整数的库(比如 <code>BigInteger</code>&nbsp;也不能直接将输入的字符串转换为整数形式。</p>\n\n<p>&nbsp;</p>\n\n<p><strong>示例 1</strong></p>\n\n<pre>\n<strong>输入:</strong>num1 = \"11\", num2 = \"123\"\n<strong>输出:</strong>\"134\"\n</pre>\n\n<p><strong>示例 2</strong></p>\n\n<pre>\n<strong>输入:</strong>num1 = \"456\", num2 = \"77\"\n<strong>输出:</strong>\"533\"\n</pre>\n\n<p><strong>示例 3</strong></p>\n\n<pre>\n<strong>输入:</strong>num1 = \"0\", num2 = \"0\"\n<strong>输出:</strong>\"0\"\n</pre>\n\n<p>&nbsp;</p>\n\n<p>&nbsp;</p>\n\n<p><strong>提示:</strong></p>\n\n<ul>\n\t<li><code>1 &lt;= num1.length, num2.length &lt;= 10<sup>4</sup></code></li>\n\t<li><code>num1</code> 和<code>num2</code> 都只包含数字&nbsp;<code>0-9</code></li>\n\t<li><code>num1</code> 和<code>num2</code> 都不包含任何前导零</li>\n</ul>\n",
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 530,
"likes": 532,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Add Two Numbers\", \"titleSlug\": \"add-two-numbers\", \"difficulty\": \"Medium\", \"translatedTitle\": \"\\u4e24\\u6570\\u76f8\\u52a0\"}, {\"title\": \"Multiply Strings\", \"titleSlug\": \"multiply-strings\", \"difficulty\": \"Medium\", \"translatedTitle\": \"\\u5b57\\u7b26\\u4e32\\u76f8\\u4e58\"}, {\"title\": \"Add to Array-Form of Integer\", \"titleSlug\": \"add-to-array-form-of-integer\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u6570\\u7ec4\\u5f62\\u5f0f\\u7684\\u6574\\u6570\\u52a0\\u6cd5\"}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"188.5K\", \"totalSubmission\": \"345.3K\", \"totalAcceptedRaw\": 188465, \"totalSubmissionRaw\": 345269, \"acRate\": \"54.6%\"}",
"stats": "{\"totalAccepted\": \"189.1K\", \"totalSubmission\": \"346.4K\", \"totalAcceptedRaw\": 189141, \"totalSubmissionRaw\": 346381, \"acRate\": \"54.6%\"}",
"hints": [],
"solution": null,
"status": null,