Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
444059 任虞昊 【C1-T】计算三角形的面积 C++ 通过 100 1 MS 248 KB 109 2026-06-09 20:50:24

Tests(2/2):


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


测评信息: