highway.cpp: In function 'void find_pair(int, std::vector<int>, std::vector<int>, int, int)':
highway.cpp:13:14: error: 'i' was not declared in this scope
loop(i, st, M) arr[i]=(i<=mid);
^
highway.cpp:13:9: error: 'loop' was not declared in this scope
loop(i, st, M) arr[i]=(i<=mid);
^~~~
highway.cpp:13:9: note: suggested alternative: 'logl'
loop(i, st, M) arr[i]=(i<=mid);
^~~~
logl
highway.cpp:20:8: error: 'i' was not declared in this scope
loop(i, 0, M) if(!arr[i]) temp[U[i]]++,temp[V[i]]++;
^
highway.cpp:20:3: error: 'loop' was not declared in this scope
loop(i, 0, M) if(!arr[i]) temp[U[i]]++,temp[V[i]]++;
^~~~
highway.cpp:20:3: note: suggested alternative: 'logl'
loop(i, 0, M) if(!arr[i]) temp[U[i]]++,temp[V[i]]++;
^~~~
logl