摘要: 任务五 #include <iostream> #include "vectorInt.hpp" void test(){ using namespace std; int n; cin>>n; vectorInt x1(n); for(auto i=0;i<n;i++){ x1.at(i)=i*i 阅读全文
posted @ 2022-11-08 21:38 旅、程 阅读(16) 评论(0) 推荐(0)