API Response (JSON)
{
"problem": {
"name": "2017-like Number",
"description": {
"content": "We say that a odd number $N$ is _similar to 2017_ when both $N$ and $(N+1)/2$ are prime. You are given $Q$ queries. In the $i$\\-th query, given two odd numbers $l_i$ and $r_i$, find the number of odd ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc084_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We say that a odd number $N$ is _similar to 2017_ when both $N$ and $(N+1)/2$ are prime.\nYou are given $Q$ queries.\nIn the $i$\\-th query, given two odd numbers $l_i$ and $r_i$, find the number of odd ...",
"is_translate": false,
"language": "English"
}
]
}