修改14733答案
This commit is contained in:
parent
2a39b81fac
commit
f8be14ae41
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||
problems = "30154"
|
||||
problems = "14733"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -385269,13 +385269,14 @@
|
|||
"objs": [],
|
||||
"tags": [],
|
||||
"genre": "解答题",
|
||||
"ans": "$(-\\infty,-\\dfrac{\\sqrt{3a}}3]$和$[\\dfrac{\\sqrt{3a}}3,+\\infty)$",
|
||||
"ans": "当$a>0$时, 单调增区间为$(-\\infty,-\\dfrac{\\sqrt{3a}}3]$和$[\\dfrac{\\sqrt{3a}}3,+\\infty)$; 当$a\\le 0$时, 单调增区间为$(-\\infty,+\\infty)$",
|
||||
"solution": "",
|
||||
"duration": -1,
|
||||
"usages": [],
|
||||
"origin": "2023年空中课堂高三复习课31",
|
||||
"edit": [
|
||||
"20230312\t王伟叶"
|
||||
"20230312\t王伟叶",
|
||||
"20230515\t余利成"
|
||||
],
|
||||
"same": [],
|
||||
"related": [],
|
||||
|
|
|
|||
Reference in New Issue