Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
143566 丁俊杰 15几个数字组成 Python3 Accepted 30 MS 3764 KB 78 2026-01-17 10:00:09

Tests(10/10):


Code:

n=int(input()) n=abs(n) #abs表示绝对值函数 t=len(str(n)) print(t)