API Response (JSON)
{
"problem": {
"name": "Base K",
"description": {
"content": "You are given integers $A$ and $B$, in base $K$. Print $A \\times B$ in decimal.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc220_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $A$ and $B$, in base $K$. \nPrint $A \\times B$ in decimal.\n\n## Constraints\n\n* $2 \\leq K \\leq 10$\n* $1 \\leq A,B \\leq 10^5$\n* $A$ and $B$ are in base-$K$ representation.\n\n##...",
"is_translate": false,
"language": "English"
}
]
}