Problem H: 字符串长度计算

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:10 Solved:9

Description

输入一个字符串,输出其长度

Input

一行字符串(包含空格)

Output

一个整数,表示字符串长度

Sample Input Copy

hello

Sample Output Copy

5