Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program to input an integer ~x~, and output its doubled value.
Input
- An integer ~x~ ~(|x| ≤ 10^{18})~.
Output
- Print the integer that satisfies the condition.
Sample Input
3
Sample Output
6
Bình luận