Run ID:132236

提交时间:2025-10-07 13:55:15

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