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>给你两个二进制字符串,返回它们的和(用二进制表示)。</p>\n\n<p>输入为 <strong>非空 </strong>字符串且只包含数字 <code>1</code> 和 <code>0</code>。</p>\n\n<p> </p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre><strong>输入:</strong> a = "11", b = "1"\n<strong>输出:</strong> "100"</pre>\n\n<p><strong>示例 2:</strong></p>\n\n<pre><strong>输入:</strong> a = "1010", b = "1011"\n<strong>输出:</strong> "10101"</pre>\n\n<p> </p>\n\n<p><strong>提示:</strong></p>\n\n<ul>\n\t<li>每个字符串仅由字符 <code>'0'</code> 或 <code>'1'</code> 组成。</li>\n\t<li><code>1 <= a.length, b.length <= 10^4</code></li>\n\t<li>字符串如果不是 <code>"0"</code> ,就都不含前导零。</li>\n</ul>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 780,
|
||||
"likes": 801,
|
||||
"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\": \"Plus One\", \"titleSlug\": \"plus-one\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u52a0\\u4e00\"}, {\"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\"}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"234.7K\", \"totalSubmission\": \"434.9K\", \"totalAcceptedRaw\": 234710, \"totalSubmissionRaw\": 434935, \"acRate\": \"54.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"242.4K\", \"totalSubmission\": \"449.8K\", \"totalAcceptedRaw\": 242398, \"totalSubmissionRaw\": 449802, \"acRate\": \"53.9%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
|
Reference in New Issue
Block a user