摘要: #include #include #include #include #define INIT 100000using namespace std;struct SQUEUE{ int queue[INIT]; int length;}Q;int flag;void Exchange ... 阅读全文
posted @ 2013-03-28 22:46 My Room 阅读(133) 评论(0) 推荐(0)