Run ID:56053

提交时间:2023-08-06 15:09:46

x=int(input()) a=x%10 b=x//10%10 c=x//100 print(a+b+c)