API Response (JSON)
{
"problem": {
"name": "B. Easter Eggs",
"description": {
"content": "The Easter Rabbit laid _n_ eggs in a circle and is about to paint them. Each egg should be painted one color out of 7: red, orange, yellow, green, blue, indigo or violet. Also, the following conditio",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF78B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Easter Rabbit laid _n_ eggs in a circle and is about to paint them.\n\nEach egg should be painted one color out of 7: red, orange, yellow, green, blue, indigo or violet. Also, the following conditio...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"复活节兔子在圆圈中摆放了 #cf_span[n] 个鸡蛋,准备将它们涂色。\\n\\n每个鸡蛋应被涂成以下 7 种颜色之一:红色、橙色、黄色、绿色、蓝色、靛蓝色或紫色。此外,需满足以下条件:\\n\\n请帮助复活节兔子按要求涂色。我们已知这总是可行的。\\n\\n仅一行包含一个整数 #cf_span[n] —— 鸡蛋的数量(#cf_span[7 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of eggs arranged in a circle, with $ 7 \\leq n \\leq 100 $. \nLet $ C = \\{R, O, Y, G, B, I, V\\} $ be the set of 7 available colors. \nLet $ S = (...",
"is_translate": false,
"language": "Formal"
}
]
}