Compute the volume of a conical frustum from the upper radius r, lower radius R and height h using V = πh/3·(R² + Rr + r²).
输入上半径 r、下半径 R 与高 h,求圆台体积。