修改13466答案

This commit is contained in:
WangWeiye 2023-05-16 10:22:26 +08:00
parent 3f702eaaca
commit 2fba8af155
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import os,re,json import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
problems = "40556" problems = "13466"
def generate_number_set(string,dict): def generate_number_set(string,dict):
string = re.sub(r"[\n\s]","",string) string = re.sub(r"[\n\s]","",string)

View File

@ -1,6 +1,6 @@
file_dir = r"C:\Users\weiye\Documents\wwy sync\23届\下学期周末卷" file_dir = r"C:\Users\weiye\Documents\wwy sync\23届\第三轮复习讲义"
filelist = [] #列表为空默认处理所有讲义 filelist = [] #列表为空默认处理所有讲义
output_gloss_filename= "下学期周末卷参考答案" output_gloss_filename= "第三轮复习讲义参考答案"
import os,re,json import os,re,json

View File

@ -354337,7 +354337,7 @@
"第三单元" "第三单元"
], ],
"genre": "解答题", "genre": "解答题",
"ans": "(1) $[\\dfrac 14,1)$; (2) 当$\\theta=\\dfrac{\\pi}{6}$时", "ans": "(1) 矩形面积为$800\\cos\\theta+3200\\cos\\theta\\sin\\theta$, 三角形面积为$1600\\cos\\theta-1600\\cos\\theta\\cin\\theta$, $\\sin\\theta$的范围为$[\\dfrac 14,1)$; (2) 当$\\theta=\\dfrac{\\pi}{6}$时",
"solution": "", "solution": "",
"duration": -1, "duration": -1,
"usages": [], "usages": [],