Doubling
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Double each digit of the given three-digit number.
Input
A three-digit integer.
Output
The result after doubling each digit of the input number.
Examples
Input #1
Answer #1
Submissions 10K
Acceptance rate 24%