#707. 【入门】判断整数位数

【入门】判断整数位数

说明

输入nn,判断nn是几位数的数字。

输入格式

在一行输入一个整数

输出格式

输出该整数的位数

样例

99
2

数据范围

0n999990\leqslant n \leqslant 99999