Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3802 邓小龙 04计算平均分 C++ Accepted 0 MS 272 KB 247 2024-07-06 14:33:11

Tests(10/10):


Code:

#include<iostream> using namespace std; int main(){ double a,b,c,d; cin>>a; cin>>b; cin>>c; d=a+b+c; // cout<<d/3<<endl; printf("%.2lf",d/3); return 0; } //int d,long long lld,float f, double lf, char c,