String length
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a string. Print the string and its length.
Input
One string with no more than characters.
Output
On the first line print the input string. On the second line print its length.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 19K
Acceptance rate 58%