API Response (JSON)
{
"problem": {
"name": "C. Tea Party",
"description": {
"content": "Polycarp invited all his friends to the tea party to celebrate the holiday. He has _n_ cups, one for each of his _n_ friends, with volumes _a_1, _a_2, ..., _a__n_. His teapot stores _w_ milliliters of",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF808C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp invited all his friends to the tea party to celebrate the holiday. He has _n_ cups, one for each of his _n_ friends, with volumes _a_1, _a_2, ..., _a__n_. His teapot stores _w_ milliliters of...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 邀请了他所有朋友来参加茶会庆祝节日。他有 #cf_span[n] 个杯子,每个朋友一个,容量分别为 #cf_span[a1, a2, ..., an]。他的茶壶装有 #cf_span[w] 毫升的茶(#cf_span[w ≤ a1 + a2 + ... + an])。Polycarp 希望以如下方式将茶倒入杯子中:\n\n如果存在某个杯子 #cf_span[j],使得杯子 #cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of cups. \nLet $ w \\in \\mathbb{Z}^+ $ be the total tea volume available. \nLet $ A = (a_1, a_2, \\dots, a_n) \\in \\mathbb{Z}^n $ be the capacit...",
"is_translate": false,
"language": "Formal"
}
]
}