#7715. CTK12 整数的位数

CTK12 整数的位数

Description

输入一个正整数n,输出它是几位数。

Input Format

一个正整数n(1<=n<=100,000)。

Output Format

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

13256
5