API Response (JSON)
{
"problem": {
"name": "向量点积计算",
"description": {
"content": "在线性代数、计算几何中,向量点积是一种十分重要的运算。 给定两个 $n$ 维向量 $a=(a_1,a_2, \\cdots ,a_n)$ 和 $b=(b_1,b_2, \\cdots ,b_n)$,求点积 $a$ · $b=a_1b_1+a_2b_2+ \\cdots +a_nb_n$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2091"
},
"statements": [
{
"statement_type": "Markdown",
"content": "在线性代数、计算几何中,向量点积是一种十分重要的运算。\n\n给定两个 $n$ 维向量 $a=(a_1,a_2, \\cdots ,a_n)$ 和 $b=(b_1,b_2, \\cdots ,b_n)$,求点积 $a$ · $b=a_1b_1+a_2b_2+ \\cdots +a_nb_n$。\n\n## Input\n\n第一行是一个整数 $n$。$1 \\le n \\le 1000$。\n\n第二行包含 $n$ 个整...",
"is_translate": false,
"language": "English"
}
]
}