API Response (JSON)
{
"problem": {
"name": "A. Check the string",
"description": {
"content": "A has a string consisting of some number of lowercase English letters '_a_'. He gives it to his friend B who appends some number of letters '_b_' to the end of this string. Since both A and B like the",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF960A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A has a string consisting of some number of lowercase English letters '_a_'. He gives it to his friend B who appends some number of letters '_b_' to the end of this string. Since both A and B like the...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "A 有一个由若干个小写英文字母 '_a_' 组成的字符串。他将这个字符串交给他的朋友 B,B 在字符串末尾追加若干个 '_b_'。由于 A 和 B 都喜欢字符 '_a_' 和 '_b_',他们确保此时字符串中 *至少存在一个 '_a_' 和一个 '_b_'*。\n\nB 现在将这个字符串交给 C,C 在字符串末尾追加若干个 '_c_'。然而,由于 C 是 A 和 B 的好朋友,他追加的 '_c_' 的...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S $ be a string over the alphabet $ \\{a, b, c\\} $. \nLet $ n_a = |S|_a $, $ n_b = |S|_b $, $ n_c = |S|_c $ denote the counts of characters 'a', 'b', and 'c' in $ S $, respectiv...",
"is_translate": false,
"language": "Formal"
}
]
}