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