Run ID:1846
提交时间:2023-11-12 10:53:44
#include<iostream> using namespace std; int main(){ int a; cin>>a; cout<<a%10+a/10%10+a/100<<endl; return 0; }