摘要: 点击查看代码 #include <iostream> #include <vector> //含有size方法 using namespace std; //C = A+B vector<int> add(vector<int> &A, vector<int> &B){ vector<int> C; 阅读全文
posted @ 2022-11-13 21:59 mango檸 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 #include<iostream> using namespace std; int main(){ double x; cin >> x; double l = -10000, r = 10000; //保证结果在此区间内 while(r-l > 1e-8){ //经验值,保留六位 阅读全文
posted @ 2022-11-13 10:01 mango檸 阅读(20) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示