Time Limit
1000 毫秒
Memory Limit
128 MB
通过次数
33
提交次数
49
给定一个正整数n,判断这个正整数有多少位?
一行,一个正整数n。
对于100%的数据:
0 < n < 1\cdot 10^3
一行,一个正整数,表示n的位数。
123
3