Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
368705 沈昊煊 【C1-T】计算三角形的面积 C++ 解答错误 0 1 MS 252 KB 110 2025-12-16 16:23:40

Tests(0/2):


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


测评信息: