{"problem":{"name":"Attack","description":{"content":"There is an enemy with stamina $A$. Every time you attack the enemy, its stamina reduces by $B$. At least how many times do you need to attack the enemy to make its stamina $0$ or less?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc302_a"},"statements":[{"statement_type":"Markdown","content":"There is an enemy with stamina $A$. Every time you attack the enemy, its stamina reduces by $B$.\nAt least how many times do you need to attack the enemy to make its stamina $0$ or less?\n\n## Constraints\n\n*   $1 \\le A,B \\le 10^{18}$\n*   $A$ and $B$ are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc302_a","tags":[],"sample_group":[["7 3","3\n\nAttacking three times make the enemy's stamina $-2$.\nAttacking only twice makes the stamina $1$, so you need to attack it three times."],["123456789123456789 987654321","124999999"],["999999999999999998 2","499999999999999999"]],"created_at":"2026-03-03 11:01:13"}}