Submit solution
Points:
2
Time limit:
1.0s
Memory limit:
16M
Author:
Problem types
Allowed languages
Blockly, C, C++, Java, Pascal, Python
Read and Double
Read a single-digit number from the input and print its double to the output.
Examples
input
1
output
2
input
5
output
10
input
8
output
16
Comments