Run ID:86917

提交时间:2024-07-29 18:55:30

def main(x): return(len(x)) x=input() print(main(x))