API Response (JSON)
{
"problem": {
"name": "117. Books",
"description": {
"content": "You have a list of $n$ books. You want to read one complete book, but you want to read as few pages as possible. You're given the list of how many pages each book has. Figure out the minimum number 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": "CF10269117"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a list of $n$ books. You want to read one complete book, but you want to read as few pages as possible. You're given the list of how many pages each book has. Figure out the minimum number of...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of books. \nLet $ P = (p_1, p_2, \\dots, p_n) $ be a sequence of positive integers, where $ p_i $ is the number of pages in book $ i $.\n\n**Con...",
"is_translate": false,
"language": "Formal"
}
]
}