1151: 求位数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:171 Solved:121

Description

给定一个正整数N(1<N<10^8),输出N为几位数。

Input

输入一个正整数N(1<N<10^8)

Output

输出一个整数,表示N为几位数。

Sample Input Copy

123

Sample Output Copy

3