#P122. 【例21.2】 判断整数位数

【例21.2】 判断整数位数

Description

Given an integer with no more than 5 digits, determine how many digits it has and output the result.

Input Format

A single integer with no more than 5 digits.

Output Format

Output the number of digits of the integer, on a single line.

Sample

160
3