API Response (JSON)
{
"problem": {
"name": "Zero or One",
"description": {
"content": "Given an integer $N$ not less than $2$, find the number of integers $b$ not less than $2$ such that: * when $N$ is written in base $b$, every digit is $0$ or $1$. Find the answer for $T$ independe",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc293_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an integer $N$ not less than $2$, find the number of integers $b$ not less than $2$ such that:\n\n* when $N$ is written in base $b$, every digit is $0$ or $1$.\n\nFind the answer for $T$ independe...",
"is_translate": false,
"language": "English"
}
]
}