API Response (JSON)
{
"problem": {
"name": "OddString",
"description": {
"content": "You are given a string $s$ consisting of lowercase English letters. Extract all the characters in the odd-indexed positions and print the string obtained by concatenating them. Here, the leftmost char",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc072_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $s$ consisting of lowercase English letters. Extract all the characters in the odd-indexed positions and print the string obtained by concatenating them. Here, the leftmost char...",
"is_translate": false,
"language": "English"
}
]
}