API Response (JSON)
{
"problem": {
"name": "010. Points per Game",
"description": {
"content": "Your favorite basketball player is the leading scorer in the country, and you want to know exactly how good they are. Points per game is measured as points divided by games played, and is used to rank",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269010"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your favorite basketball player is the leading scorer in the country, and you want to know exactly how good they are. Points per game is measured as points divided by games played, and is used to rank...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ p \\in \\mathbb{Z}^+ $ be the total points scored. \nLet $ g \\in \\mathbb{Z}^+ $ be the total games played. \n\n**Constraints** \n$ p \\geq 1 $, $ g \\geq 1 $\n\n**Objective** \nComput...",
"is_translate": false,
"language": "Formal"
}
]
}