API Response (JSON)
{
"problem": {
"name": "Red or Blue",
"description": {
"content": "There are $N$ people numbered $1$ to $N$. Each person wears a red hat or a blue hat. You are given a string $s$ representing the colors of the people. Person $i$ wears a red hat if $s_i$ is `R`, and a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "exawizards2019_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ people numbered $1$ to $N$. Each person wears a red hat or a blue hat.\nYou are given a string $s$ representing the colors of the people. Person $i$ wears a red hat if $s_i$ is `R`, and a...",
"is_translate": false,
"language": "English"
}
]
}