1284: 摆钟

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:21 Solved:20

Description

有一座摆钟,它的摆锤每摆动一次用时 2 秒。摆锤摆动 n 次,用时多少秒?

Input

输入一个整数 n(1≤n≤500),表示摆锤的摆动次数。

Output

输出一个整数,表示摆锤摆动 n 次用时多少秒

Sample Input Copy

3

Sample Output Copy

6