{"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 <= n <= 100)$, the number of defined integers in your program. \n\nYou should print how many bytes will $n$ integers reserve in memory.\n\n## Input\n\nThe input will contain only one integer $n$ $(1 <= n <= 100)$, the number of defined integers in your program. \n\n## Output\n\nYou should print how many bytes will $n$ integers reserve in memory.\n\n[samples]","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 reserved:  \n$$\n4n\n$$","is_translate":false,"language":"Formal"}],"meta":{"iden":"CF10203A","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}