Run ID:131939

提交时间:2025-10-01 20:33:46

num = input() a = int(num[0]) b = int(num[1]) c = int(num[2]) print(a+b+c)