{"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 \\leq 1000$\n*   $N$ and $W$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$ $W$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc186_a","tags":[],"sample_group":[["10 3","3\n\nEach brick weighs $3$ kilograms, so $3$ bricks weigh $9$ kilograms, and $4$ weigh $12$ kilograms.\nThus, we can load at most $3$ bricks onto the truck that can carry at most $10$ kilograms."],["1000 1","1000"]],"created_at":"2026-03-03 11:01:14"}}