API Response (JSON)
{
"problem": {
"name": "Last 9 Digits",
"description": {
"content": "Determine whether there is a positive integer $n$ such that the remainder of $n^n$ divided by $10^9$ is $X$. If it exists, find the smallest such $n$. You will be given $Q$ test cases to solve.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc172_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Determine whether there is a positive integer $n$ such that the remainder of $n^n$ divided by $10^9$ is $X$. If it exists, find the smallest such $n$.\nYou will be given $Q$ test cases to solve.\n\n## Co...",
"is_translate": false,
"language": "English"
}
]
}