Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
76379 sh25_shenpy 低于平均分成绩 C++ 编译错误 0 MS 0 KB 270 2025-12-19 14:48:08

Tests(0/0):


#include <bits/stdc++.h> using namespace std; int s[100]; int main() { int n,x=0,m=0; cin>>n; for(int i=0;i<n;++i){ cin>>s[i]; x+=s[i];} x=1.0*x/n; for(int j=0;j<n;j++){ if(s[i]<x) m++;} cout<<m<<endl; return 0; }


测评信息: