12 2022 档案

摘要:task4 task.cpp #include <iostream> #include "Vector.hpp" void test() { using namespace std; int n; cin >> n; Vector<double> x1(n); for(auto i = 0; i < 阅读全文
posted @ 2022-12-07 08:41 MRchenyuheng 阅读(41) 评论(0) 推荐(0)