2945: PTK15 数字的位数

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

Description

输入一个正整数x,输出它的位数。

Input

一个正整数x(位数不超过6)。

Output

一个正整数,为x的位数。

Sample Input Copy

5436

Sample Output Copy

4

HINT