API Response (JSON)
{
"problem": {
"name": "[科大国创杯小学组 2024] 代数",
"description": {
"content": "小可可最近在学习代数运算中的点积! 给你两个长度为 $n$ 的向量,求它们的点积。对于两个向量 $(a_1, a_2, \\cdots, a_n)$ 和 $(b_1, b_2, \\cdots, b_n)$,点积定义为 $a_1b_1 + a_2b_2 + \\cdots + a_nb_n$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4252"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小可可最近在学习代数运算中的点积!\n\n给你两个长度为 $n$ 的向量,求它们的点积。对于两个向量 $(a_1, a_2, \\cdots, a_n)$ 和 $(b_1, b_2, \\cdots, b_n)$,点积定义为 $a_1b_1 + a_2b_2 + \\cdots + a_nb_n$。\n\n## Input\n\n第一行,一个整数 $n$。\n\n第二行,$n$ 个整数,代表 $a_1, a_2, \\l...",
"is_translate": false,
"language": "English"
}
]
}