API Response (JSON)
{
"problem": {
"name": "A^B^C",
"description": {
"content": "Given positive integers $A, B, C$, find the digit at the ones place in the decimal notation of $A^{B^C}$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc113_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given positive integers $A, B, C$, find the digit at the ones place in the decimal notation of $A^{B^C}$.\n\n## Constraints\n\n* $1\\leq A,B,C \\leq 10^9$\n* $A,B,C$ are integers.\n\n## Input\n\nInput is giv...",
"is_translate": false,
"language": "English"
}
]
}