Problem1667--22-循环-2-非负整数的位数

1667: 22-循环-2-非负整数的位数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个非负整数,输出该整数的位数。

Input

一个非负整数

Output

该整数的位数

Sample Input Copy

22456576

Sample Output Copy

8

Source/Category