Run ID:71462

提交时间:2024-04-24 12:17:42

s = input() def len_str(a): cnt = 0 for le in a: cnt +=1 return cnt ans = len_str(s) print(ans)