提交时间:2026-02-07 16:30:26
运行 ID: 377784
#include<iostream> using namespace std; int main() { double a,h; cin>>a>>h; cout<<a*h/2; return 0; }