API Response (JSON)
{
"problem": {
"name": "[语言月赛 202406] 编程学习",
"description": {
"content": "小 B 喜欢学习编程,他已经做了 $x$ 道题目。在接下来的一段时间,小 B 每天可以做 $1$ 道或 $2$ 道编程题。小 B 至少还需要多少天,才能做到 $y$ 道题?",
"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": "LGB3984"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 B 喜欢学习编程,他已经做了 $x$ 道题目。在接下来的一段时间,小 B 每天可以做 $1$ 道或 $2$ 道编程题。小 B 至少还需要多少天,才能做到 $y$ 道题?\n\n## Input\n\n输入一行两个整数 $x,y$。\n\n## Output\n\n输出一行一个整数,表示最小的天数。\n\n[samples]\n\n## Note\n\n### 数据规模与约定\n\n- 对于 $20\\%$ 的测试数据,$1 \\...",
"is_translate": false,
"language": "English"
}
]
}