联系我们:18205821666(微信同号)
Problem B: Ax2问题

Problem B: Ax2问题

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 36  Solved: 32
[Status] [Submit] [Creator:]

Description

输入一个整数 a,输出 a × 2 的值。  

Input

一个整数 a(1 ≤ a ≤ 100)。

Output

输出一个整数,表示 a × 2 的值。  

Sample Input Copy

2

Sample Output Copy

4