mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": "<p>给定两个字符串 <code>s</code> 和 <code>t</code> ,它们只包含小写字母。</p>\n\n<p>字符串 <code>t</code> 由字符串 <code>s</code> 随机重排,然后在随机位置添加一个字母。</p>\n\n<p>请找出在 <code>t</code> 中被添加的字母。</p>\n\n<p> </p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre>\n<strong>输入:</strong>s = \"abcd\", t = \"abcde\"\n<strong>输出:</strong>\"e\"\n<strong>解释:</strong>'e' 是那个被添加的字母。\n</pre>\n\n<p><strong>示例 2:</strong></p>\n\n<pre>\n<strong>输入:</strong>s = \"\", t = \"y\"\n<strong>输出:</strong>\"y\"\n</pre>\n\n<p> </p>\n\n<p><strong>提示:</strong></p>\n\n<ul>\n\t<li><code>0 <= s.length <= 1000</code></li>\n\t<li><code>t.length == s.length + 1</code></li>\n\t<li><code>s</code> 和 <code>t</code> 只包含小写字母</li>\n</ul>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 312,
|
||||
"likes": 319,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Single Number\", \"titleSlug\": \"single-number\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u53ea\\u51fa\\u73b0\\u4e00\\u6b21\\u7684\\u6570\\u5b57\"}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"119.5K\", \"totalSubmission\": \"173.9K\", \"totalAcceptedRaw\": 119464, \"totalSubmissionRaw\": 173933, \"acRate\": \"68.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"123.8K\", \"totalSubmission\": \"180.6K\", \"totalAcceptedRaw\": 123752, \"totalSubmissionRaw\": 180629, \"acRate\": \"68.5%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
|
Reference in New Issue
Block a user