同步测试

This commit is contained in:
weiye.wang 2023-05-14 08:07:12 +08:00
parent 61c98a8c9f
commit fbd3907323
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import os,re,json
# 读取数据库并转成题目字典
with open(r"../题库0.3/Problems.json","r",encoding = "utf8") as f:
database = f.read()