#1032. 求位数

求位数

Description

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

Input Format

输入一个正整数N(1<N<108)

Output Format

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

15
2