{"raw_statement":[{"iden":"problem statement","content":"How many multiples of $d$ are there among the integers between $L$ and $R$ (inclusive)?"},{"iden":"constraints","content":"*   All values in input are integers.\n*   $1 \\leq L \\leq R \\leq 100$\n*   $1 \\leq d \\leq 100$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$L$ $R$ $d$"},{"iden":"sample input 1","content":"5 10 2"},{"iden":"sample output 1","content":"3\n\n*   Among the integers between $5$ and $10$, there are three multiples of $2$: $6$, $8$, and $10$."},{"iden":"sample input 2","content":"6 20 7"},{"iden":"sample output 2","content":"2\n\n*   Among the integers between $6$ and $20$, there are two multiples of $7$: $7$ and $14$."},{"iden":"sample input 3","content":"1 100 1"},{"iden":"sample output 3","content":"100"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}