Run ID:87759
提交时间:2024-08-13 19:04:01
a=input() b=abs(int(a)) results=[] for i in str(b): results.append(i) print(len(results))