Run ID:87757

提交时间:2024-08-13 19:01:56

a=input() results=[] for i in a: results.append(i) print(len(results))