摘要: /*COGS 610 */ #include #include #include #define mod 23333 #define maxn 200010 using namespace std; int a[maxn],n,c,head[maxn],cnt[maxn],num,ans; struct node{ int v,pre; }e[maxn]; void Insert(int... 阅读全文
posted @ 2016-09-06 22:22 一入OI深似海 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 题目名称 盘子序列 四轮车 点名 提交文件 disk.pas/c/cpp car.pas/c/cpp rollcall.pas/c/cpp 输入文件 disk.in car.in rollcall.in 输出文件 disk.out car.out rollcall.out 时间限制 1s 1s 1s 阅读全文
posted @ 2016-09-06 17:38 一入OI深似海 阅读(996) 评论(0) 推荐(0) 编辑