API Response (JSON)
{
"problem": {
"name": "QQ solver",
"description": {
"content": "You are given a $3$\\-character string $S$, which is a concatenation of integers $a$ and $b$ between $1$ and $9$ (inclusive) and the character `x` in this order: `axb`. Find the product of $a$ and $b$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc232_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a $3$\\-character string $S$, which is a concatenation of integers $a$ and $b$ between $1$ and $9$ (inclusive) and the character `x` in this order: `axb`.\nFind the product of $a$ and $b$....",
"is_translate": false,
"language": "English"
}
]
}