API Response (JSON)
{
"problem": {
"name": "No Majority",
"description": {
"content": "A string $x$ consisting of lowercase English letters is said to be **good** if and only if the following condition is satisfied. * Every (contiguous) substring of $x$ whose length is $2$ or greater",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc060_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string $x$ consisting of lowercase English letters is said to be **good** if and only if the following condition is satisfied.\n\n* Every (contiguous) substring of $x$ whose length is $2$ or greater...",
"is_translate": false,
"language": "English"
}
]
}