API Response (JSON)
{
"problem": {
"name": "163. FizzBuzz",
"description": {
"content": "A \"FizzBuzz\" question is a standard interview question given to any computer science job applicants that tests the applicant's aptitude to solve and code basic problems, including the style they progr",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269163"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A \"FizzBuzz\" question is a standard interview question given to any computer science job applicants that tests the applicant's aptitude to solve and code basic problems, including the style they progr...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z} $ with $ a < b $. \n\n**Constraints** \nThe range of interest is $ [a, b) $, i.e., integers $ n $ such that $ a \\leq n < b $. \n\n**Objective** \nFor each int...",
"is_translate": false,
"language": "Formal"
}
]
}