开始 2021-06-20 10:30:00

2021春季结业赛-B2组

结束 2021-06-30 11:55:00
Contest is over.
当前 2025-07-04 13:31:01

A三角形面积
#include<bits/stdc++.h>
using namespace std;
int main(){
	double d,h,ans;
	scanf("%lf %lf",&d,&h); // cin>>d>>h;
	ans=d*h/2;
	printf("%.2lf",ans);
	return 0;
}

admin  •  4年前

比赛已结束。