API Response (JSON)
{
"problem": {
"name": "106",
"description": {
"content": "Given is an integer $N$. Determine whether there is a pair of positive integers $(A, B)$ such that $3^A + 5^B = N$, and find one such pair if it exists.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc106_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $N$. Determine whether there is a pair of positive integers $(A, B)$ such that $3^A + 5^B = N$, and find one such pair if it exists.\n\n## Constraints\n\n* $1 \\leq N \\leq 10^{18}$\n* ...",
"is_translate": false,
"language": "English"
}
]
}