#include<bits/stdc++.h> using namespace std; double a,h;//a为底, h为高 int main() { cout>>a>>h; cout<<a*h/2; return 0; }
使用您的 NarmoOJ 通用账户