Problems
String length
String length
Given a string. Print it and its length.
Input data
One string with no more than 100 characters.
Output data
On the first line print the input string. On the second line print its length.
Examples
Input example #1
Programming Principles 1
Output example #1
Programming Principles 1 24
Input example #2
This is a cat.
Output example #2
This is a cat. 14