Count Characters

You are given a String s as input, write a program that outputs how many characters are in that string

Example 1

Input

Ahmed

Output

5

Example 2

Input

Sara

Output

4

Example 3

Input

Arshad

Output

6

Test your solution here
when it passes, copy it and submit it here so your coach can grade it.