Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
60392 gzlinzy J2 C++ 解答错误 30 0 MS 248 KB 158 2022-10-15 11:29:25

Tests(3/10):


#include<bits/stdc++.h> using namespace std; int a,b,c,sum; int main(){ cin>>a>>b; c=a*b; while(c){ sum+=c%10; c/=10; } cout<<sum<<endl; }


测评信息: