Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
75424 sh25_shenpy 低于平均分成绩 C++ 解答错误 0 MS 244 KB 279 2025-12-06 18:32:33

Tests(0/1):


#include <bits/stdc++.h> using namespace std; int main( ) { int a,b,s=0,t=0; cin>>a; for(int i=1;i<=a;++i){ cin>>b; s+=b; } for(int j=1;j<=a;++j){ if(b<1.0*s/a){ t++; } } cout<<t; return 0; }


测评信息: