Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
341220 郑宸煜 【C1-T】计算三角形的面积 C++ 解答错误 0 1 MS 252 KB 133 2025-08-23 17:00:38

Tests(0/2):


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


测评信息: