| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 131608 | 罗晟睿 | 05买水果 | C++ | Wrong Answer | 1 MS | 272 KB | 138 | 2025-09-29 18:47:01 |
#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c; cin>>a>>b>>c; printf("%.3lf",(a+b+c)/3); return 0;}
------Input------
0
------Answer-----
8.333 7 4 4 7 3 3
------Your output-----
0.000