cf/mirror

Distance Tree (hard version)

CF
1632E22700· international gm2s512 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
3
4
1 2
2 3
1 4
2
1 2
7
1 2
1 3
3 4
3 5
3 6
5 7
Output
1 2 2 2
1 1
2 2 3 3 3 3 3
1632E2.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…