cf/mirror

Max Tree

CF
2143C1300· pupil2s256 MB⌨ stdin/stdout

Examples

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