API Response (JSON)
{
"problem": {
"name": "Brick",
"description": {
"content": "We have a truck, which can carry at most $N$ kilograms. We will load bricks onto this truck, each of which weighs $W$ kilograms. At most how many bricks can be loaded?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc186_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a truck, which can carry at most $N$ kilograms.\nWe will load bricks onto this truck, each of which weighs $W$ kilograms. At most how many bricks can be loaded?\n\n## Constraints\n\n* $1\\leq N,W ...",
"is_translate": false,
"language": "English"
}
]
}