Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
126654 就这? 水仙花数 C++ 解答错误 0 0 MS 236 KB 162 2024-01-24 16:52:21

Tests(0/1):


#include<bits/stdc++.h>> using namespace std; int main() { int a,b,cnt=0; cin>>a; while(a!=0) { cnt+=a; cin>>a; } cout<<cnt<<endl; return 0; }//B


测评信息: