Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
38292 yuzhengxun 与指定数字相同的数的个数 C++ 编译错误 0 MS 0 KB 198 2024-01-26 14:33:51

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { int n,m,s=0; cin>>n; for(int i=1;i<=n;i++){ cin>>i; if(i==m){ s+=i s++; } } cout<<s<<" "; return 0; }


测评信息: