首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
acdream1234专题
acdream1234(Simpson积分)
链接:点击打开链接 题意:给出两个圆柱体的底面半径,一个垂直放置一个水平放置,求相交部分的体积 代码: #include <math.h>#include <stdio.h>#include <iostream>#include <stdlib.h>#include <algorithm>using namespace std;const double eps=1e-10;do
阅读更多...