vector最大存数据

 
#include <iostream>
#include <vector>
using namespace std;
int main(){
 vector<int> vec;
 cout << vec.max_size();
 return 0;
}

posted on 2020-09-01 15:31  lydstory  阅读(449)  评论(0)    收藏  举报

导航