API Response (JSON)
{
"problem": {
"name": "Changing a Character",
"description": {
"content": "You are given a string $S$ of length $N$ consisting of `A`, `B` and `C`, and an integer $K$ which is between $1$ and $N$ (inclusive). Print the string $S$ after lowercasing the $K$\\-th character in it",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc126_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$ consisting of `A`, `B` and `C`, and an integer $K$ which is between $1$ and $N$ (inclusive). Print the string $S$ after lowercasing the $K$\\-th character in it...",
"is_translate": false,
"language": "English"
}
]
}