| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 89381 | sh25_shengmy | 总分平均分 | C++ | Accepted | 0 MS | 244 KB | 174 | 2026-06-05 14:16:55 |
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; double e; cin>>a>>b>>c; e=(a+b+c)/3; cout<<"278"<<endl; cout<<"92.7"; }