#include<bits/stdc++.h> using namespace std; double d,h,ans; int main(){ cin>>d>>h; printf("%.2lf",d*h/2.0); return 0; }