0_0_38695610_2605.cpp: In function 'void function1(long long int, long long int)':
0_0_38695610_2605.cpp:127:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
127 | if (p[root].id >= left && p[root].id <= right) {
| ~~~~~~~~~~~^~~~~~~
0_0_38695610_2605.cpp:127:42: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
127 | if (p[root].id >= left && p[root].id <= right) {
| ~~~~~~~~~~~^~~~~~~~
|