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