摘要:
1 //STL基础 2 //容器 3 //vector 4 5 #include "iostream" 6 #include "cstdio" 7 #include "vector"//向量 8 #include "iterator"//迭代器 9 #include "numeric"//accun 阅读全文
摘要:
1 //2016-07-13 2 3 #include "iostream" 4 #include "cstdio" 5 #include "vector" 6 #include "string" 7 using namespace std; 8 int main() 9 { 10 int t; 11 scanf("%d",&t); 12 string a; 13 w... 阅读全文