摘要: #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 @ 2023-12-18 09:42 骑美利达的猪 阅读(19) 评论(0) 推荐(0)