{"problem":{"name":"Number of Multiples","description":{"content":"How many multiples of $d$ are there among the integers between $L$ and $R$ (inclusive)?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"aising2020_a"},"statements":[{"statement_type":"Markdown","content":"How many multiples of $d$ are there among the integers between $L$ and $R$ (inclusive)?\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq L \\leq R \\leq 100$\n*   $1 \\leq d \\leq 100$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$L$ $R$ $d$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"aising2020_a","tags":[],"sample_group":[["5 10 2","3\n\n*   Among the integers between $5$ and $10$, there are three multiples of $2$: $6$, $8$, and $10$."],["6 20 7","2\n\n*   Among the integers between $6$ and $20$, there are two multiples of $7$: $7$ and $14$."],["1 100 1","100"]],"created_at":"2026-03-03 11:01:14"}}