API Response (JSON)
{
"problem": {
"name": "Caesar Cipher",
"description": {
"content": "Takahashi has a string $S$ consisting of lowercase English letters. On this string, he will do the operation below just once. * First, choose a non-negative integer $K$. * Then, shift each charac",
"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_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Takahashi has a string $S$ consisting of lowercase English letters.\nOn this string, he will do the operation below just once.\n\n* First, choose a non-negative integer $K$.\n* Then, shift each charac...",
"is_translate": false,
"language": "English"
}
]
}