摘要: 1 #include 2 #include 3 #include 4 using std::string; 5 using std::vector; 6 using namespace std; 7 extern void bline(); 8 9 int main()10 {11 ... 阅读全文
posted @ 2015-04-17 16:30 无敌烤皮蛋 阅读(107) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 using std::string; 5 using std::vector; 6 using namespace std; 7 void bline(); 8 9 int main()10 {11 //3.16... 阅读全文
posted @ 2015-04-17 16:09 无敌烤皮蛋 阅读(121) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 using std::string; 5 using std::vector; 6 using namespace std; 7 8 int main() 9 {10 int text;11 vector... 阅读全文
posted @ 2015-04-17 09:24 无敌烤皮蛋 阅读(77) 评论(0) 推荐(0)