Characters doubling
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a string consisting of lowercase Latin letters, punctuation marks and spaces. Double all Latin letters in it.
Input
One line, consisting of lowercase Latin letters, punctuation marks and spaces.
Output
Print a string with all doubled Latin letters.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 48%