API Response (JSON)
{
"problem": {
"name": "A. N integers",
"description": {
"content": "An integer reserves 4 bytes in the memory. Your program needs to define $n$ integers, print how many bytes in the memory in total will be reserved. The input will contain only one integer $n$ $(1 <",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10203A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "An integer reserves 4 bytes in the memory.\n\nYour program needs to define $n$ integers, print how many bytes in the memory in total will be reserved. \n\nThe input will contain only one integer $n$ $(1 <...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ denote the number of defined integers.\n\n**Constraints** \n$ 1 \\leq n \\leq 100 $\n\n**Objective** \nEach integer reserves 4 bytes. Compute the total memory rese...",
"is_translate": false,
"language": "Formal"
}
]
}