上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 89 下一页
摘要: #include #include #include using namespace std; const int N = 250; int head[N], low[N], dfn[N], fa[N]; int n, m, now = 1, Tarjan_clock; bool is_cut[N]; struct Node{ int u, v, nxt; }E[N]; inlin... 阅读全文
posted @ 2017-08-13 10:43 ioioioioioio 阅读(178) 评论(0) 推荐(1) 编辑
摘要: 题目描述 题目描述 题目描述 The N (2 <= N <= 10,000) cows are so excited: it's prom night! They are dressed in their finest gowns, complete with corsages and new s 阅读全文
posted @ 2017-08-12 20:16 ioioioioioio 阅读(203) 评论(0) 推荐(0) 编辑
摘要: ★☆ 输入文件:messagez.in 输出文件:messagez.out 简单对比 时间限制:1 s 内存限制:128 MB [问题描述] 兴趣小组的同学来自各个学校,为了增加友谊,晚会上又进行了一个传话游戏,如果 a 认识 b ,那么 a 收到某个消息,就会把这个消息传给 b ,以及所有 a 认 阅读全文
posted @ 2017-08-12 19:38 ioioioioioio 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 题目描述 题目描述 题目描述 在幻想乡,上白泽慧音是以知识渊博闻名的老师。春雪异变导致人间之里的很多道路都被大雪堵塞,使有的学生不能顺利地到达慧音所在的村庄。因此慧音决定换一个能够聚集最多人数的村庄作为新的教学地点。人间之里由N个村庄(编号为1..N)和M条道路组成,道路分为两种一种为单向通行的,一 阅读全文
posted @ 2017-08-12 18:16 ioioioioioio 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ★★★☆ 输入文件:bjrabbit.in 输出文件:bjrabbit.out 简单对比 时间限制:1 s 内存限制:162 MB Description Source: Beijing2006 [BJOI2006] 八中OJ上本题链接:http://www.lydsy.com/JudgeOnlin 阅读全文
posted @ 2017-08-09 20:44 ioioioioioio 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 89 下一页