Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
21100 孙文谦 三角形面积 C++ 编译错误 0 0 MS 0 KB 140 2021-06-26 16:19:29

Tests(0/0):


#include<bits/stdc++.h> using namespace std; double d,h,ans; int mian(){ scanf("%lf %lf",&d,&h); ans=d*h/2; printf("%.2lf",ans); }


测评信息: