Problem2675--回文数-位数统计

2675: 回文数-位数统计

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 248  Solved: 166
[Status] [Submit] [Creator:]

Description

输入一个大于0 的正整数n,求这个数是几位数
n在long long 范围内

Sample Input Copy

202341

Sample Output Copy

6

HINT

输入样例
67686970717273
输出样例
14

Source/Category