citymapping.cpp: In function 'void find_roads(int, int, int*, int*, int*)':
citymapping.cpp:7:13: error: 'qry' was not declared in this scope
7 | #define qry qry
| ^~~
citymapping.cpp:13:17: note: in expansion of macro 'qry'
13 | int d = qry(1, i);
| ^~~
citymapping.cpp:19:17: error: 'dist' was not declared in this scope
19 | if((int)dist[i].size() == 2) {
| ^~~~
citymapping.cpp:7:13: error: 'qry' was not declared in this scope
7 | #define qry qry
| ^~~
citymapping.cpp:21:16: note: in expansion of macro 'qry'
21 | if(qry(a, path.back()) == 1) swap(a, b);
| ^~~
citymapping.cpp:7:13: error: 'qry' was not declared in this scope
7 | #define qry qry
| ^~~
citymapping.cpp:26:16: note: in expansion of macro 'qry'
26 | if(qry(a, path.back()) == 1) path.eb(a);
| ^~~