修正21699答案的一处错误
This commit is contained in:
parent
51db56c6fe
commit
d27480a6c5
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||
problems = "17433"
|
||||
problems = "21699"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ import os,re,time,json,sys
|
|||
"""---设置题目列表---"""
|
||||
#留空为编译全题库, a为读取文本文件中的题号筛选.txt文件生成题库
|
||||
problems = r"""
|
||||
a
|
||||
|
||||
"""
|
||||
"""---设置题目列表结束---"""
|
||||
|
||||
"""---设置文件名---"""
|
||||
#目录和文件的分隔务必用/
|
||||
filename = "临时文件/临时"
|
||||
filename = "临时文件/题库"
|
||||
"""---设置文件名结束---"""
|
||||
|
||||
"""---设置是否需要解答题的空格---"""
|
||||
|
|
|
|||
|
|
@ -496380,7 +496380,7 @@
|
|||
"objs": [],
|
||||
"tags": [],
|
||||
"genre": "填空题",
|
||||
"ans": "纵;伸长; $3$}",
|
||||
"ans": "纵; 伸长; $3$",
|
||||
"solution": "",
|
||||
"duration": -1,
|
||||
"usages": [
|
||||
|
|
|
|||
Reference in New Issue