已解决 董宇昊 初级启示者 #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*b/2; return 0; } 70分