修改14913答案

This commit is contained in:
WangWeiye 2023-05-18 09:51:16 +08:00
parent 788eff8679
commit a608c946dd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import os,re,json import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
problems = "12547" problems = "14913"
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

@ -389824,7 +389824,7 @@
"objs": [], "objs": [],
"tags": [], "tags": [],
"genre": "解答题", "genre": "解答题",
"ans": "(1) $d(P_1,l_1)=1$, $d(P_2,l_1)=\\sqrt{5}$;\\\\\n(2) $D=\\left\\{(x,y)|\\begin{cases}x\\ge 2, \\\\ (x-2)^2+(y-2)^2=1,\\end{cases}\\text{ 或 } \\begin{cases} x\\le =2, \\\\ (x+2)^2+(y-2)^2=1, \\end{cases}\\text{ 或 }\\begin{cases} -2<x<2, \\\\ y=1 \\text{或} 3\\end{cases}\\right\\}$;\\\\\n(3) $\\Omega = \\{(0,y)|y \\in \\mathbf{R}\\}$", "ans": "(1) $d(P_1,l_1)=1$, $d(P_2,l_1)=\\sqrt{5}$;\\\\\n(2) $D=\\left\\{(x,y)|\\begin{cases}x\\ge 2, \\\\ (x-2)^2+(y-2)^2=1,\\end{cases}\\text{ 或 } \\begin{cases} x\\le =2, \\\\ (x+2)^2+(y-2)^2=1, \\end{cases}\\text{ 或 }\\begin{cases} -2<x<2, \\\\ y=1 \\text{或} 3\\end{cases}\\right\\}$;\\\\\n(3) $\\Omega = \\{(0,y)|y \\in \\mathbf{R}, \\ y\\ne 2 \\}$",
"solution": "", "solution": "",
"duration": -1, "duration": -1,
"usages": [], "usages": [],