摘要: //task.5.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 19:24 我不当大哥好多年了 阅读(17) 评论(0) 推荐(0) 编辑