405677: GYM102035 A N integers

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

A. N integerstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

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.

Input

The input will contain only one integer $$$n$$$ $$$(1 \leq n \leq 100)$$$, the number of defined integers in your program.

Output

You should print how many bytes will $$$n$$$ integers reserve in memory.

ExamplesInput
4
Output
16
Input
2
Output
8

Source/Category

加入题单

算法标签: