摘要: 检测vector容器是否为空: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 using namespace std; 5 6 int main() 7 { 8 //检测容器是否为空 9 vector<string>v 阅读全文
posted @ 2019-12-26 15:26 王牌飞行员_里海 阅读(267) 评论(0) 推荐(0) 编辑