API Response (JSON)
{
"problem": {
"name": "[海淀区小学组 2023] 赛车游戏",
"description": {
"content": "陶陶和天天喜欢玩赛车游戏,在游戏中有一条直赛道长度为 $ l $,陶陶的赛车在起点为 $0$ 的位置,准备向终点行驶,天天的赛车在终点为 $ l $ 的位置,准备向起点行驶。赛车的初始速度都为 $1$,在赛道上有 $ n $ 个加速带,第 $ i $ 加速带的位置为 $ a_i $,当小车经过一个加速带时,它的速度就增加 $1$,请你帮忙计算出两车相遇时间。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4196"
},
"statements": [
{
"statement_type": "Markdown",
"content": "陶陶和天天喜欢玩赛车游戏,在游戏中有一条直赛道长度为 $ l $,陶陶的赛车在起点为 $0$ 的位置,准备向终点行驶,天天的赛车在终点为 $ l $ 的位置,准备向起点行驶。赛车的初始速度都为 $1$,在赛道上有 $ n $ 个加速带,第 $ i $ 加速带的位置为 $ a_i $,当小车经过一个加速带时,它的速度就增加 $1$,请你帮忙计算出两车相遇时间。\n\n## Input\n\n第一行仅有一个整...",
"is_translate": false,
"language": "English"
}
]
}