API Response (JSON)
{
"problem": {
"name": "FizzBuzz Sum Hard",
"description": {
"content": "Find the sum of integers between $1$ and $N$ (inclusive) that are not multiples of $A$ or $B$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc253_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the sum of integers between $1$ and $N$ (inclusive) that are not multiples of $A$ or $B$.\n\n## Constraints\n\n* $1 \\leq N, A,B \\leq 10^9$\n* All values in input are integers.\n\n## Input\n\nInput is ...",
"is_translate": false,
"language": "English"
}
]
}