修改13391,13410答案
This commit is contained in:
parent
b1bfd505fe
commit
61c98a8c9f
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||
problems = "014736"
|
||||
problems = "013391,13410"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -352686,7 +352686,7 @@
|
|||
"第三单元"
|
||||
],
|
||||
"genre": "解答题",
|
||||
"ans": "(1) $y=2\\sin(2x+\\dfrac\\pi 3)-1$; (2) $[-1,1]$",
|
||||
"ans": "(1) $y=2\\sin(2x+\\dfrac\\pi 3)-1$; (2) 单调增区间为$[-\\dfrac{5\\pi}{12}+k\\pi,\\dfrac{\\pi}{12}+k\\pi]$, $k \\in \\mathbf{Z}$, 取值范围为$[-1,1]$",
|
||||
"solution": "",
|
||||
"duration": -1,
|
||||
"usages": [],
|
||||
|
|
@ -353104,7 +353104,7 @@
|
|||
"第九单元"
|
||||
],
|
||||
"genre": "填空题",
|
||||
"ans": "$0.0044$",
|
||||
"ans": "$0.005$",
|
||||
"solution": "",
|
||||
"duration": -1,
|
||||
"usages": [],
|
||||
|
|
|
|||
Reference in New Issue