API Response (JSON)
{
"problem": {
"name": "... (Triple Dots)",
"description": {
"content": "We have a string $S$ consisting of lowercase English letters. If the length of $S$ is at most $K$, print $S$ without change. If the length of $S$ exceeds $K$, extract the first $K$ characters in $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": "abc168_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a string $S$ consisting of lowercase English letters.\nIf the length of $S$ is at most $K$, print $S$ without change.\nIf the length of $S$ exceeds $K$, extract the first $K$ characters in $S$, ...",
"is_translate": false,
"language": "English"
}
]
}