Run ID:147034

提交时间:2026-02-02 15:38:43

#include<bits/stdc++.h> using namespace std; int a,b,c; int main(){ scanf("%1d%1d%1d",&a,&b,&c); cout<<a+b+c; return 0; }