API Response (JSON)
{
"problem": {
"name": "005. Fizz Buzz",
"description": {
"content": "Take in a number from 1 through 1000, print _Fizz_ if the number is divisible by 3, print _Buzz_ if the number is divisible by 5, or _FizzBuzz_ if the number is divisible by both. If none of these con",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269005"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Take in a number from 1 through 1000, print _Fizz_ if the number is divisible by 3, print _Buzz_ if the number is divisible by 5, or _FizzBuzz_ if the number is divisible by both. If none of these con...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z} $, with $ 1 \\leq N \\leq 1000 $.\n\n**Constraints** \n$ 1 \\leq N \\leq 1000 $\n\n**Objective** \nOutput: \n$$\n\\begin{cases}\n\\text{Fizz} & \\text{if } 3 \\mid N \\text{ ...",
"is_translate": false,
"language": "Formal"
}
]
}