传统题 1000ms 128MiB

编号最大的点

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.

题目描述

给出 nn 个点,mm 边的有向图,对于每个点 uu,求 F(u)\text{F}(u)

  • F(u)\text{F}(u) 定义:从点 uu 出发,能到达的编号最大的点。

输入格式

第一行两个整数 n,mn,m。 下面 mm 行,每行两个整数 xi,yix_i,y_i,表示一条边。

输出格式

输出一行,包含 nn 个整数 F(1),F(2),,F(n)\text{F}(1),\text{F}(2),\ldots,\text{F}(n)

4 3
1 2
2 4
4 3
4 4 3 4

数据范围

1n1051 \le n \le 10^5

1m2×1051 \le m \le 2 \times 10^5

1xi,yin1 \le x_i,y_i \le n

xiyix_i \neq y_i

并查集

未认领
状态
已结束
题目
16
开始时间
2024-7-12 0:00
截止时间
2024-8-31 23:59
可延期
24 小时