提交时间:2025-08-23 17:01:20
运行 ID: 341221
#include <iostream> using namespace std; int main() { float a,h,b; cin>>a>>h; b=a*h/2; cout<<b; return 0; }