A. N integers

Codeforces
IDCF10203A
Time1000ms
Memory256MB
Difficulty
English · Original
Formal · Original
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 <= n <= 100)$, the number of defined integers in your program. You should print how many bytes will $n$ integers reserve in memory. ## Input The input will contain only one integer $n$ $(1 <= n <= 100)$, the number of defined integers in your program. ## Output You should print how many bytes will $n$ integers reserve in memory. [samples]
**Definitions** Let $ n \in \mathbb{Z} $ denote the number of defined integers. **Constraints** $ 1 \leq n \leq 100 $ **Objective** Each integer reserves 4 bytes. Compute the total memory reserved: $$ 4n $$
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"
    }
  ]
}
Full JSON Raw Segments