API Response (JSON)
{
"problem": {
"name": "Anti-Division",
"description": {
"content": "You are given four integers $A$, $B$, $C$, and $D$. Find the number of integers between $A$ and $B$ (inclusive) that can be evenly divided by neither $C$ nor $D$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc131_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given four integers $A$, $B$, $C$, and $D$. Find the number of integers between $A$ and $B$ (inclusive) that can be evenly divided by neither $C$ nor $D$.\n\n## Constraints\n\n* $1\\leq A\\leq B\\l...",
"is_translate": false,
"language": "English"
}
]
}