Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
341221 郑宸煜 【C1-T】计算三角形的面积 C++ 通过 100 3 MS 248 KB 135 2025-08-23 17:01:20

Tests(2/2):


#include <iostream> using namespace std; int main() { float a,h,b; cin>>a>>h; b=a*h/2; cout<<b; return 0; }


测评信息: