数学题没人不会吧?
#include <bits/stdc++.h> using namespace std; int main() { double x, t; cin >> x >> t; printf("%.3lf", x * t / 12); }