Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
2500 | 未知用户 | 乐乐的得分 | C++ | 编译错误 | 0 | 0 MS | 0 KB | 208 | 2019-11-28 18:09:27 |
#include<iostream> using namespace std; int main(){ int sjb; int sb[100]; double hd=0; cin>>hd; for(int i=1;i<=hd;i++){ cin>>sb[i]; hd=sb[i]+sum; } printf("%.1lf",hd/sjb); return 0; }