1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21:41 +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>求 <code>1+2+...+n</code> 要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句A?B:C。</p>\n\n<p>&nbsp;</p>\n\n<p><strong>示例 1</strong></p>\n\n<pre><strong>输入:</strong> n = 3\n<strong>输出:&nbsp;</strong>6\n</pre>\n\n<p><strong>示例 2</strong></p>\n\n<pre><strong>输入:</strong> n = 9\n<strong>输出:&nbsp;</strong>45\n</pre>\n\n<p>&nbsp;</p>\n\n<p><strong>限制:</strong></p>\n\n<ul>\n\t<li><code>1 &lt;= n&nbsp;&lt;= 10000</code></li>\n</ul>\n",
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 464,
"likes": 465,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"172.8K\", \"totalSubmission\": \"201.4K\", \"totalAcceptedRaw\": 172778, \"totalSubmissionRaw\": 201366, \"acRate\": \"85.8%\"}",
"stats": "{\"totalAccepted\": \"173.5K\", \"totalSubmission\": \"202.2K\", \"totalAcceptedRaw\": 173468, \"totalSubmissionRaw\": 202179, \"acRate\": \"85.8%\"}",
"hints": [],
"solution": null,
"status": null,