#include <iostream> #include <cmath> using namespace std; int main() { double t,s; cin>>t; cin>>s; 1<=t; s<=10^7; printf("%.3f",t*s/12); return 0; }