Run ID:90486

提交时间:2024-09-15 11:27:22

q=input().split() a=q[0] a=int(a) u=(a%10) b=(a//100) c=(a//10%10) print(c+b+u)