Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1415 张宸瑜 04计算平均分 C++ Compile Error 0 MS 0 KB 191 2023-09-23 16:26:55

Tests(0/0):


Code:

# include<iostream> # include<cstdio> #include<iomanip> using namespace std; int main(){ int a,b,c; double d; cin>>a>>b>>c; d=(a+b+c)/3; printf("%.2lf",d); }


Run Info:

mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device