摘要: 有关vector使用clear()的补充 众所周知,\(map,set\)这2个\(clear()\)莫有问题,可\(vector\)就不一样,看下面 #include<bits/stdc++.h> using namespace std; vector<int>g; int main() { g. 阅读全文
posted @ 2024-11-05 21:12 左边之上 阅读(14) 评论(0) 推荐(0)