API Response (JSON)
{
"problem": {
"name": "[科大国创杯小学组 2025] 饼干",
"description": {
"content": "小可可有一个 $1 \\times n$ 的长方形盘子,现在他想在里面放一些 $1 \\times m$ 的饼干,饼干不能重叠,他想知道他最多能放多少块饼干?",
"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": "LGB4320"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小可可有一个 $1 \\times n$ 的长方形盘子,现在他想在里面放一些 $1 \\times m$ 的饼干,饼干不能重叠,他想知道他最多能放多少块饼干?\n\n## Input\n\n一行两个整数 $n, m$,如题面定义。\n\n## Output\n\n一行一个整数,表示最多能放的饼干的数量。\n\n[samples]\n\n## Background\n\nSubtask 0 为民间数据,Subtask 1 为官方数...",
"is_translate": false,
"language": "English"
}
]
}