#P2274. 整数位数

整数位数

输入一个int型数,求此数字有多少位。

Input

一个int型数字

Output

程序只需输出一个数字(数字的位数)

Sample Input

-123654

Sample Output

6

HINT

Source