API Response (JSON)
{
"problem": {
"name": "033. Free Throws",
"description": {
"content": "While watching a basketball game, you wonder what your team's total free throw percentage is. You are given how many free throws each player on your team has made and attempted. Given these values, ca",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269033"
},
"statements": [
{
"statement_type": "Markdown",
"content": "While watching a basketball game, you wonder what your team's total free throw percentage is. You are given how many free throws each player on your team has made and attempted. Given these values, ca...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of players. \nFor each player $ i \\in \\{1, \\dots, n\\} $, let $ m_i \\in \\mathbb{Z}_{\\geq 0} $ be the number of free throws made, and $ a_i \\in...",
"is_translate": false,
"language": "Formal"
}
]
}