Sum in the tree
1098A1600· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
51 1 1 11 -1 -1 -1 -1
Output
1
Sample 2of 3
Input
51 2 3 11 -1 2 -1 -1
Output
2
Sample 3of 3
Input
31 22 -1 1
Output
-1
58%
1098A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…