摘要: #include "iostream"#include "queue"using namespace std;void main12(){ queue q; for (int i = 0; i &q){ while (!q.empty()) { Teacher* temp = q.front()... 阅读全文
posted @ 2015-08-25 23:49 潘探 阅读(164) 评论(0) 推荐(0)
摘要: #include "iostream"#include "stack"using namespace std;void main12(){ stack s; //定义一个栈 for (int i = 0; i &s){ while (!s.empty()) { cout s; s.push... 阅读全文
posted @ 2015-08-25 22:56 潘探 阅读(202) 评论(0) 推荐(0)