修改14736答案
This commit is contained in:
parent
585218bfda
commit
e5f446da1a
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||
problems = "015066"
|
||||
problems = "014736"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -384610,7 +384610,7 @@
|
|||
"objs": [],
|
||||
"tags": [],
|
||||
"genre": "填空题",
|
||||
"ans": "$(-\\infty,-2]\\cup [\\dfrac 12,+\\infty)$",
|
||||
"ans": "$(-\\infty,-2]\\cup [\\dfrac 12,1)\\cup (1,+\\infty)$",
|
||||
"solution": "",
|
||||
"duration": -1,
|
||||
"usages": [],
|
||||
|
|
|
|||
Reference in New Issue