```#include[HTML_REMOVED]
using namespace std; int main(){ double s,t; cin>>t>>s;
printf("%.3lf",(s*t)/12.0); return 0;
} ```