API Response (JSON)
{
"problem": {
"name": "Beautiful String",
"description": {
"content": "A string is called a **beautiful string** if and only if it satisfies the following conditions: * Every character is `A`, `B`, or `C`. * No two adjacent characters are the same. For example, `AB",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc066_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string is called a **beautiful string** if and only if it satisfies the following conditions:\n\n* Every character is `A`, `B`, or `C`.\n* No two adjacent characters are the same.\n\nFor example, `AB...",
"is_translate": false,
"language": "English"
}
]
}