API Response (JSON)
{
"problem": {
"name": "Six Characters",
"description": {
"content": "You are given a string $S$ consisting of lowercase English characters. The length of $S$ is between $1$ and $3$, inclusive. Print the string of length $6$ that is a repetition of $S$. It can be shown ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc251_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of lowercase English characters. The length of $S$ is between $1$ and $3$, inclusive.\nPrint the string of length $6$ that is a repetition of $S$.\nIt can be shown ...",
"is_translate": false,
"language": "English"
}
]
}