修改22108题答案
This commit is contained in:
parent
f2b1d562ba
commit
8113679c96
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||
problems = "30535"
|
||||
problems = "22108"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -521462,7 +521462,7 @@
|
|||
"objs": [],
|
||||
"tags": [],
|
||||
"genre": "填空题",
|
||||
"ans": "$(\\dfrac{3}{5}, \\frac{4}{5})$",
|
||||
"ans": "$(\\dfrac{3}{5}, \\dfrac{4}{5})$",
|
||||
"solution": "",
|
||||
"duration": -1,
|
||||
"usages": [],
|
||||
|
|
|
|||
Reference in New Issue