cf/mirror

Sasha and the Wedding Binary Search Tree

CF
1929F2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
3
5 5
2 3 -1
-1 -1 2
4 -1 3
-1 5 -1
-1 -1 -1
3 69
2 3 47
-1 -1 13
-1 -1 69
3 3
2 3 -1
-1 -1 -1
-1 -1 -1
Output
4
1
10
1929F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…