Broken BST
797D2100· master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
315 -1 -110 1 35 -1 -1
Output
2
Sample 2of 2
Input
86 2 33 4 512 6 71 -1 84 -1 -15 -1 -114 -1 -12 -1 -1
Output
1
58%
797D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…