Run ID:143566

提交时间:2026-01-17 10:00:09

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