Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
49589 蔡璟恒 字符串的长度 Python3 Accepted 31 MS 3740 KB 24 2023-07-09 15:32:21

Tests(1/1):


Code:

a=input() print(len(a))