API Response (JSON)
{
"problem": {
"name": "Echo",
"description": {
"content": "You are given a string $S$ of length $N$ consisting of lowercase English letters. We denote the $i$\\-th character of $S$ by $S_i$. Print the string of length $2N$ obtained by concatenating $S_1,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": "abc306_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$ consisting of lowercase English letters. \nWe denote the $i$\\-th character of $S$ by $S_i$. \nPrint the string of length $2N$ obtained by concatenating $S_1,S_...",
"is_translate": false,
"language": "English"
}
]
}