#include<iostream> #include<cstdio> using namespace std; int main() { double s,t; cin>>s>>t; printf("%.3lf\n",s*t/12); return 0; }