API Response (JSON)
{
"problem": {
"name": "F. Balloons (A)",
"description": {
"content": "There are N balloons linked together in a line. Each balloon is either red, green, or blue. Mr. Light wants to get exactly one balloon of each color (exactly one red balloon, one green balloon, and on",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10140F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are N balloons linked together in a line. Each balloon is either red, green, or blue. Mr. Light wants to get exactly one balloon of each color (exactly one red balloon, one green balloon, and on...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S = s_1 s_2 \\dots s_n $ be a string of length $ n $, where $ s_i \\in \\{R, G, B\\} $, and $ 3 \\leq n \\leq 2 \\times 10^5 $. \nLet $ C = \\{R, G, B\\} $ denote the set of colors. \n\n...",
"is_translate": false,
"language": "Formal"
}
]
}