修改崇明二模12题的一处语言问题

This commit is contained in:
weiye.wang 2023-04-07 23:14:51 +08:00
parent 93c9bc271c
commit 17ee5d5bf1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
problems = "12938"
problems = "14816"
def generate_number_set(string,dict):
string = re.sub(r"[\n\s]","",string)

View File

@ -365367,7 +365367,7 @@
},
"014816": {
"id": "014816",
"content": "若函数$y=\\begin{cases}\\dfrac{x^3}{\\mathrm{e}^x}, & x \\geq 0, \\\\ a x^2, & x<0\\end{cases}$的图像上点$A$与点$B$, 点$C$与点$D$分别关于原点对称, 除此之外, 不存在函数图像上的其它两点关于原点对称, 则实数$a$的取值范围是\\blank{50}.",
"content": "若函数$y=\\begin{cases}\\dfrac{x^3}{\\mathrm{e}^x}, & x \\geq 0, \\\\ a x^2, & x<0\\end{cases}$的图像上点$A$与点$B$, 点$C$与点$D$分别关于原点对称且这四点两两均不重合, 除此之外, 不存在函数图像上的其它不重合的两点关于原点对称, 则实数$a$的取值范围是\\blank{50}.",
"objs": [],
"tags": [],
"genre": "填空题",