摘要: //主要这些东西竟然都不会手打... 队列 1 #include<cstdio> 2 #include<iostream> 3 #define MAXN 1<<20 4 using namespace std; 5 int n; 6 struct queue{ 7 int l,r,q[MAXN]; 阅读全文
posted @ 2017-10-19 23:59 drizzly 阅读(301) 评论(0) 推荐(0) 编辑