cf/mirror

Tree

CF
932D2200· master2s512 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
6
1 1 1
2 2 0
2 2 1
1 3 0
2 2 0
2 2 2
Output
0
1
1
2
Sample 2of 4
Input
6
1 1 0
2 2 0
2 0 3
1 0 2
2 1 3
2 1 6
Output
2
2
3
2
Sample 3of 4
Input
7
1 1 2
1 2 3
2 3 3
1 0 0
1 5 1
2 5 0
2 4 0
Output
1
1
2
Sample 4of 4
Input
7
1 1 3
1 2 3
2 3 4
1 2 0
1 5 3
2 5 5
2 7 22
Output
1
2
3
932D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…