eolymp
bolt
Try our new interface for solving problems
Problems

String length

String length

Given a string. Print it and its length.

Input

One string with no more than 100 characters.

Output

On the first line print the input string. On the second line print its length.

Time limit 1 second
Memory limit 128 MiB
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