API Response (JSON)
{
"problem": {
"name": "I miss you...",
"description": {
"content": "Given is a string $S$. Replace every character in $S$ with `x` and print the result.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc154_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$. Replace every character in $S$ with `x` and print the result.\n\n## Constraints\n\n* $S$ is a string consisting of lowercase English letters.\n* The length of $S$ is between $1$ ...",
"is_translate": false,
"language": "English"
}
]
}