摘要: #include <iostream> #include <vector> using namespace std; int main(){ vector<int> a; a.push_back(1); a.push_back(3); a.push_back(2); for(int i=0;i<a. 阅读全文
posted @ 2024-10-27 09:58 爱吃泡面的皮卡 阅读(13) 评论(0) 推荐(0)