API Response (JSON)
{
"problem": {
"name": "A. Splitting in Teams",
"description": {
"content": "There were _n_ groups of students which came to write a training contest. A group is either one person who can write the contest with anyone else, or two people who want to write the contest in the sa",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF899A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There were _n_ groups of students which came to write a training contest. A group is either one person who can write the contest with anyone else, or two people who want to write the contest in the sa...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "有 #cf_span[n] 组学生前来参加训练赛。每组要么是单个学生,可以与任何人组队;要么是两人组,希望在同一队中参赛。\n\n教练决定为此次训练赛组建恰好三人一队的队伍。请确定他最多能组成多少支三人队伍。可能无法使用所有组来组建队伍。对于两人组,要么两名学生都参赛,要么都不参赛;如果两人组中的两名学生参赛,他们必须在同一队中。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[2 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of groups. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence where $ a_i \\in \\{1, 2\\} $ denotes the size of group $ i $. \n\nLet: \n- $ c_1 = |...",
"is_translate": false,
"language": "Formal"
}
]
}