mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": "<p>请实现一个函数,把字符串 <code>s</code> 中的每个空格替换成"%20"。</p>\n\n<p> </p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre><strong>输入:</strong>s = "We are happy."\n<strong>输出:</strong>"We%20are%20happy."</pre>\n\n<p> </p>\n\n<p><strong>限制:</strong></p>\n\n<p><code>0 <= s 的长度 <= 10000</code></p>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 249,
|
||||
"likes": 251,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"407.6K\", \"totalSubmission\": \"536.6K\", \"totalAcceptedRaw\": 407573, \"totalSubmissionRaw\": 536589, \"acRate\": \"76.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"409.3K\", \"totalSubmission\": \"538.8K\", \"totalAcceptedRaw\": 409299, \"totalSubmissionRaw\": 538815, \"acRate\": \"76.0%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
|
Reference in New Issue
Block a user