修改30499题面
This commit is contained in:
parent
141b1fd3a6
commit
d4a77df10a
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||
problems = "14825"
|
||||
problems = "40473,30499"
|
||||
editor = "王伟叶"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
|
|
|
|||
|
|
@ -439219,7 +439219,7 @@
|
|||
},
|
||||
"030499": {
|
||||
"id": "030499",
|
||||
"content": "设$a_n$是$(1+x)^n$($n\\in \\mathbf{N}$, $n\\ge 2$, $x\\in \\mathbf{R}$)展开式中$x^2$项的系数, 若$a_2+a_3+\\cdots+a_n<10000$, 则$n$的最小值为\\blank{50}.",
|
||||
"content": "设$a_n$是$(1+x)^n$($n\\in \\mathbf{N}$, $n\\ge 2$, $x\\in \\mathbf{R}$)展开式中$x^2$项的系数, 若$a_2+a_3+\\cdots+a_n<10000$, 则$n$的最大值为\\blank{50}.",
|
||||
"objs": [
|
||||
"KNONE"
|
||||
],
|
||||
|
|
@ -439249,7 +439249,8 @@
|
|||
"origin": "赋能练习-20221212修改",
|
||||
"edit": [
|
||||
"20220624\t朱敏慧, 王伟叶",
|
||||
"20221212\t王伟叶"
|
||||
"20221212\t王伟叶",
|
||||
"20230416\t王伟叶"
|
||||
],
|
||||
"same": [],
|
||||
"related": [
|
||||
|
|
|
|||
Reference in New Issue