Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1431 邓小龙 06买鸡腿 C++ Wrong Answer 0 MS 260 KB 191 2023-09-30 12:16:33

Tests(0/10):


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:

------Input------
7 39
------Answer-----
6
------Your output-----
15.00