[USACO06JAN] The Cow Prom S
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
有一个 个点, 条边的有向图,请求出这个图点数大于 的强连通分量个数。
输入格式
第一行为两个整数 和 。
第二行至 行,每一行有两个整数 和 ,表示有一条从 到 的有向边。
输出格式
仅一行,表示点数大于 的强连通分量个数。
5 4
2 4
3 5
1 2
4 1
1
提示
数据规模与约定
对于全部的测试点,保证 ,,。