Iris's Full Binary Tree
2006E3100· legendary gm4s1024 MB⌨ stdin/stdout
Examples
Sample 1of 1multi-test • hover to link
Input
731 161 2 3 4 571 1 3 2 5 1101 1 2 1 4 2 4 5 8101 1 3 1 3 2 2 2 6201 1 2 2 4 4 5 5 7 6 8 6 11 14 11 8 13 13 12251 1 3 3 1 5 4 4 6 8 11 12 8 7 11 13 7 13 15 6 19 14 10 23
Output
1 2 21 2 2 3 3 41 2 2 3 3 4 41 2 2 3 3 3 4 4 5 51 2 2 3 3 4 4 4 -1 -11 2 2 3 3 4 4 4 4 5 5 5 5 6 6 6 6 6 6 71 2 2 3 3 4 4 4 4 5 5 6 6 6 6 6 7 7 7 7 7 8 8 8 8
58%
2006E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…