Challenge Problem 9
Under development: Online judging is being built. You can preview the problem statement and sample cases below.
Problem Statement
Solve sample problem 9. Given an integer n, output n*2.
Input
Single integer n
Output
n*2
Samples
Input
2
Output
4
Input
7
Output
14
Submit a Solution
Judging and account save coming soon.