摘要: 实验5 task5.cpp #include <iostream> #include "vectorInt.hpp" void test() { using namespace std; int n; cin >> n; vectorInt x1(n); for (auto i = 0; i < n 阅读全文
posted @ 2022-11-08 22:55 计缘计先生 阅读(12) 评论(0) 推荐(0)