#include<cstdio> #include<iostream> #include<cmath> using namespace std; int main() { long long s,t; cin >>s>>t; printf("%.3f",s*t/12.0); return 0; }