1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -12,7 +12,7 @@
"translatedContent": "<p>给定一个非负整数,你<strong>至多</strong>可以交换一次数字中的任意两位。返回你能得到的最大值。</p>\n\n<p><strong>示例 1 :</strong></p>\n\n<pre>\n<strong>输入:</strong> 2736\n<strong>输出:</strong> 7236\n<strong>解释:</strong> 交换数字2和数字7。\n</pre>\n\n<p><strong>示例 2 :</strong></p>\n\n<pre>\n<strong>输入:</strong> 9973\n<strong>输出:</strong> 9973\n<strong>解释:</strong> 不需要交换。\n</pre>\n\n<p><strong>注意:</strong></p>\n\n<ol>\n\t<li>给定数字的范围是&nbsp;[0, 10<sup>8</sup>]</li>\n</ol>\n",
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 231,
"likes": 234,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Create Maximum Number\", \"titleSlug\": \"create-maximum-number\", \"difficulty\": \"Hard\", \"translatedTitle\": \"\\u62fc\\u63a5\\u6700\\u5927\\u6570\"}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.1K\", \"totalSubmission\": \"52.5K\", \"totalAcceptedRaw\": 24144, \"totalSubmissionRaw\": 52524, \"acRate\": \"46.0%\"}",
"stats": "{\"totalAccepted\": \"25.2K\", \"totalSubmission\": \"54.6K\", \"totalAcceptedRaw\": 25159, \"totalSubmissionRaw\": 54644, \"acRate\": \"46.0%\"}",
"hints": [],
"solution": null,
"status": null,