Educational Codeforces Round 18 D. Paths in a Complete Binary Tree
- Time : O(q)
- Space : O(q)
c++
1 |
|