API Response (JSON)
{
"problem": {
"name": "ROT N",
"description": {
"content": "We have a string $S$ consisting of uppercase English letters. Additionally, an integer $N$ will be given. Shift each character of $S$ by $N$ in alphabetical order (see below), and print the resulting ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc146_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a string $S$ consisting of uppercase English letters. Additionally, an integer $N$ will be given.\nShift each character of $S$ by $N$ in alphabetical order (see below), and print the resulting ...",
"is_translate": false,
"language": "English"
}
]
}