API Response (JSON)
{
"problem": {
"name": "Simple Math 4",
"description": {
"content": "Find the last digit of the remainder when $2^N$ is divided by $2^M - 2^K$. You are given $T$ test cases, each of which must be solved.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc176_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the last digit of the remainder when $2^N$ is divided by $2^M - 2^K$.\nYou are given $T$ test cases, each of which must be solved.\n\n## Constraints\n\n* $1 \\le T \\le 2 \\times 10^5$\n* $1 \\le N \\le...",
"is_translate": false,
"language": "English"
}
]
}