| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 85448 | sh25_zhuhy | 总分平均分 | C++ | 编译错误 | 0 MS | 0 KB | 180 | 2026-03-13 14:24:29 |
#include<bits/stdc++.h> #include<math.h> using namespace std; int main() { int a,b,c; double e; cin>>a>>b>>c; e=(a+b+c)/3; cout<<setscription(1)<<e; }