cf/mirror

Broken BST

CF
797D2100· master1s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3
15 -1 -1
10 1 3
5 -1 -1
Output
2
Sample 2of 2
Input
8
6 2 3
3 4 5
12 6 7
1 -1 8
4 -1 -1
5 -1 -1
14 -1 -1
2 -1 -1
Output
1
797D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…