{"problem":{"name":"Some Sums","description":{"content":"Find the sum of the integers between $1$ and $N$ (inclusive), whose sum of digits written in base $10$ is between $A$ and $B$ (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":"abc083_b"},"statements":[{"statement_type":"Markdown","content":"Find the sum of the integers between $1$ and $N$ (inclusive), whose sum of digits written in base $10$ is between $A$ and $B$ (inclusive).\n\n## Constraints\n\n*   $1 \\leq N \\leq 10^4$\n*   $1 \\leq A \\leq B \\leq 36$\n*   All input values are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$ $A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc083_b","tags":[],"sample_group":[["20 2 5","84\n\nAmong the integers not greater than $20$, the ones whose sums of digits are between $2$ and $5$, are: $2,3,4,5,11,12,13,14$ and $20$. We should print the sum of these, $84$."],["10 1 2","13"],["100 4 16","4554"]],"created_at":"2026-03-03 11:01:14"}}