摘要: #include <iostream> #include <iomanip> #include <cmath> using namespace std; const double TINY_VALUE=1e-10; double tsin(double x) { double g=0; double 阅读全文
posted @ 2023-04-26 10:50 记得关月亮 阅读(12) 评论(0) 推荐(0)