2016年5月8日

STL sector 应用

摘要: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <cstdio> 5 using namespace std; 6 int n; 7 vector<int> pile[30]; 8 9 //找到a所在p 阅读全文

posted @ 2016-05-08 18:06 青春的梦想付诸行动 阅读(165) 评论(0) 推荐(0)

uva 10474

摘要: 用vector 不定长数组存放数据的 阅读全文

posted @ 2016-05-08 13:57 青春的梦想付诸行动 阅读(143) 评论(0) 推荐(0)

导航