Run ID:91910
提交时间:2024-09-25 19:22:44
e=input().split() a=int(e[0]) b=a%10 c=a//10%10 d=a//100%10 i=a//1000 print(b+c+d,sep='')