摘要: #include <iostream> #include "Vector.hpp" void test() { using namespace std; int n; cin >> n; Vector<double> x1(n); for(auto i = 0; i < n; ++i) x1.at( 阅读全文
posted @ 2022-12-07 14:45 贾睿 阅读(48) 评论(0) 推荐(0) 编辑