提交时间:2025-07-21 21:57:17

运行 ID: 335139

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