API Response (JSON)
{
"problem": {
"name": "118. Colors",
"description": {
"content": "In computer graphics, colors are often given as three integers $R$, $G$, and $B$, each ranging from 0 to 255, inclusive. When displaying a bright red color, $R$ = 255, $G$ = 0, and $B$ = 0. When di",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269118"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In computer graphics, colors are often given as three integers $R$, $G$, and $B$, each ranging from 0 to 255, inclusive. \n\nWhen displaying a bright red color, $R$ = 255, $G$ = 0, and $B$ = 0.\n\nWhen di...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ (R, G, B) \\in \\{0, 1, \\dots, 255\\}^3 $ be the input RGB values.\n\n**Constraints** \n$ 0 \\leq R, G, B \\leq 255 $\n\n**Objective** \nDetermine the color name based on the following ...",
"is_translate": false,
"language": "Formal"
}
]
}