{"problem":{"name":"Serval vs Monster","description":{"content":"Serval is fighting with a monster. The _health_ of the monster is $H$. In one attack, Serval can decrease the monster's health by $A$. There is no other way to decrease the monster's health. Serval wi","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc153_a"},"statements":[{"statement_type":"Markdown","content":"Serval is fighting with a monster.\nThe _health_ of the monster is $H$.\nIn one attack, Serval can decrease the monster's health by $A$. There is no other way to decrease the monster's health.\nServal wins when the monster's health becomes $0$ or below.\nFind the number of attacks Serval needs to make before winning.\n\n## Constraints\n\n*   $1 \\leq H \\leq 10^4$\n*   $1 \\leq A \\leq 10^4$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$H$ $A$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc153_a","tags":[],"sample_group":[["10 4","3\n\n*   After one attack, the monster's health will be $6$.\n*   After two attacks, the monster's health will be $2$.\n*   After three attacks, the monster's health will be $-2$.\n\nThus, Serval needs to make three attacks to win."],["1 10000","1"],["10000 1","10000"]],"created_at":"2026-03-03 11:01:13"}}