摘要: 任务4 task4.cpp 1 #include <iostream> 2 #include "Vector.hpp" 3 4 void test1() { 5 using namespace std; 6 7 int n; 8 cout << "Enter n: "; 9 cin >> n; 10 阅读全文
posted @ 2024-12-18 21:40 SuouYuki 阅读(7) 评论(0) 推荐(0)