说明: #include #include #include using namespace std; int main() { int a,b; cin>>a>>b; int c; c = a + b; int temp = abs(c); std::string s; std::stringstream out; out << temp; s = out.str(); int l; l = s.size(); int m = 1; int k = l-1; i
<c031102632> 上传 | 大小:742byte