![]() |
||||||||||
|
||||||||||
Important SistersTime Limit: 7000/7000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 2828 Accepted Submission(s): 747 Problem Description There are N clones of Misaka Mikoto (sisters) forming the Misaka network. Some pairs of sisters are connected so that one of them can pass message to the other one. The sister with serial number N is the source of all messages. All the other sisters get message directly or indirectly from her. There might be more than one path from sister #N to sister #I, but some sisters do appear in all of these paths. These sisters are called important sister of sister #K. What are the important sisters of each sister? ![]() Input There are multiple test cases. Process to the End of File. The first line of each test case contains two integers: the number of sisters 1 ≤ N ≤ 50,000 and the number of connections 0 ≤ M ≤ 100,000. The following M lines are M connections 1 ≤ Ai, Bi ≤ N, indicating that Ai can pass message to Bi. Output For each test case, output the sum of the serial numbers of important sisters of each sister, separated with single space. Sample Input
Sample Output
Author Zejun Wu (watashi) Source | ||||||||||
|