13171: 字符串长度

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

输入一个字符串,输出它长度。

Input

有多组测试数据

对于每组数据,每行输入一个字符串,长度不超过20

Output

输出每个字符串长度

Sample Input Copy

Helloworld
Hello world

Sample Output Copy

10
11