修正一个相同题目关联10931--30014
This commit is contained in:
parent
9293a485f6
commit
cfd72600a4
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||
problems = "31399"
|
||||
problems = "10931,30014"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
string = re.sub(r"[\n\s]","",string)
|
||||
|
|
|
|||
|
|
@ -274184,7 +274184,9 @@
|
|||
"edit": [
|
||||
"20220817\t王伟叶"
|
||||
],
|
||||
"same": [],
|
||||
"same": [
|
||||
"030014"
|
||||
],
|
||||
"related": [],
|
||||
"remark": "",
|
||||
"space": ""
|
||||
|
|
|
|||
Reference in New Issue