API Response (JSON)
{
"problem": {
"name": "Ex - Taboo",
"description": {
"content": "You are given a string $S$. Takahashi may perform the following operation $0$ or more times: * Choose an integer $i$ such that $1 \\leq i \\leq |S|$ and change the $i$\\-th character of $S$ to `*`. T",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc268_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$. Takahashi may perform the following operation $0$ or more times:\n\n* Choose an integer $i$ such that $1 \\leq i \\leq |S|$ and change the $i$\\-th character of $S$ to `*`.\n\nT...",
"is_translate": false,
"language": "English"
}
]
}