API Response (JSON)
{
"problem": {
"name": "Append s",
"description": {
"content": "You are given a string $S$ consisting of lowercase English letters. Output the string obtained by appending `s` to the end of the string $S$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc443_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of lowercase English letters.\nOutput the string obtained by appending `s` to the end of the string $S$.\n\n## Constraints\n\n* $S$ is a string of length between $1$...",
"is_translate": false,
"language": "English"
}
]
}