Số gấp đôi

View as PDF




Author:
Problem types
Points: 800 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Viết chương trình nhập vào \(1\) số nguyên \(x\), in ra màn hình số gấp đôi \(x\).

Input

  • Số nguyên \(x\) (\(|x| \leq 10^9\)).

Output

  • In ra số nguyên thỏa mãn.

Example

Test 1

Input
12 
Output
24

Comments (38)

Most recent
Loading comments...