Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83418 sh25_shengmy 【基础题】梯形面积(2) C++ 通过 0 MS 248 KB 127 2026-01-25 21:23:08

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ cout<<fixed<<setprecision(2)<<1.0*(8+12)*9/2; return 0; }


测评信息: